Click or drag to resize

ServerException Class

Server exception.
Inheritance Hierarchy

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ServerException : Exception

The ServerException type exposes the following members.

Methods
  NameDescription
Public methodGetAction
Gets the action.
Public methodGetErrorCode
Gets the error code.
Public methodGetHTTPStatusCode
Gets the HTTP status code.
Public methodGetMessage
Gets the message.
Public methodGetRequestURI
Gets the request URI.
Public methodToString
Returns a String that represents this instance.
(Overrides ExceptionToString.)
Top
Fields
  NameDescription
Private fieldaction
The action.
Private fielderrorCode
The error code.
Private fieldhttpStatusCode
The HTTP status code.
Private fieldmessage
The message.
Top
See Also