ServerException 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. | |
ServerErrorTraceCorrelationId | Gets the trace correlation ID for the current server exception. | |
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
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Top