This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
[] public class SmartsiteException |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Class SmartsiteException |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FormatFriendlyMessage | Overloaded. | |
FormatMessage | Overloaded. | |
GetBaseException | (Inherited from Exception.) | |
GetErrorNumber |
Gets the Smartsite error number from the exception.
|
|
GetExceptionMessage |
Gets the message of specified exception.
|
|
GetHashCode | (Inherited from Object.) | |
GetObjectData |
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Overrides Exception..::GetObjectData(SerializationInfo, StreamingContext).) |
|
GetStatus |
Searches through the exception stack to find the status code and status message that should be sent to the output.
|
|
GetType | (Inherited from Exception.) | |
ReThrow |
Rethrows an exception, wrapping the given exception, with a new exception message.
|
|
SetFriendlyMessage |
Sets the friendly error message shown for exception with the message type FriendlyMessage.
|
|
ToString | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Base Namespace