ServerException Class |
Namespace: ZReports
public sealed class ServerException : Exception
The ServerException type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAction |
Gets the action.
| |
| GetErrorCode |
Gets the error code.
| |
| GetHTTPStatusCode |
Gets the HTTP status code.
| |
| GetMessage |
Gets the message.
| |
| GetRequestURI |
Gets the request URI.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ExceptionToString.) |
| Name | Description | |
|---|---|---|
| action |
The action.
| |
| errorCode |
The error code.
| |
| httpStatusCode |
The HTTP status code.
| |
| message |
The message.
|