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 members.
Public Constructors
Name | Description | |
---|---|---|
SmartsiteException | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
SmartsiteException | Overloaded. |
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.) |
Public Fields
Name | Description | |
---|---|---|
ErrorPrefix |
Contains the prefix for all errors
|
Protected Fields
Name | Description | |
---|---|---|
unformattedFriendlyMessage |
Contains the unformatted message of this exception.
|
|
unformattedMessage |
Contains the unformatted message of this exception.
|
Public Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode |
Returns the error code for this error number.
|
|
ErrorNumber |
Gets or sets the error number that belongs to this exception.
|
|
FriendlyMessage |
Gets the friendly message that should be sent to the output.
|
|
HelpLink | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
MessageArguments |
Gets or sets the arguments that belong to the message of this exception.
|
|
MessageType |
Gets or sets what type of message report is shown for this exception.
|
|
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
Status |
Gets the status that should be sent to the output.
|
|
StatusCode |
Gets or sets the status code that should be sent to the output.
|
|
StatusMessage |
Gets or sets the status message that should be sent to the output.
|
|
TargetSite | (Inherited from Exception.) |
Protected Properties
See Also
Smartsite.Base Namespace