Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents an exception that is thrown by the server during execution of a request sent from the client.
The ServerException type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
ServerErrorCode | Gets the server error code. |
![]() |
ServerErrorDetails | Gets the detailed information about the exception on the server. |
![]() |
ServerErrorTypeName | Get the type name of the exception that is thrown by the server. |
![]() |
ServerErrorValue | Gets possible additional information about the error code. |
![]() |
ServerStackTrace | Gets the call stack information about the exception on the server. |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetObjectData | (Inherited from Exception.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
ToString | Returns a string that represents the ServerException. (Overrides Exception.ToString().) |
Top