Initializes a new instance of the GatewayException class.

Overload List

  NameDescription
Public methodGatewayException()()()()
Initializes a new instance of the GatewayException class.
Public methodGatewayException(Int32)
Initializes a new instance of the GatewayException class with a specified Gateway daemon return code.
Public methodGatewayException(String)
Initializes a new instance of the GatewayException class with a specified error message.
Protected methodGatewayException(SerializationInfo, StreamingContext)
Initializes a new instance of the GatewayException class with serialized data.
Public methodGatewayException(String, Exception)
Initializes a new instance of the GatewayException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also