Initializes a new instance of the GatewayException class.

Overload List

  NameDescription
GatewayException()()()
Initializes a new instance of the GatewayException class.
GatewayException(Int32)
Initializes a new instance of the GatewayException class with a specified Gateway daemon return code.
GatewayException(String)
Initializes a new instance of the GatewayException class with a specified error message.
GatewayException(SerializationInfo, StreamingContext)
Initializes a new instance of the GatewayException class with serialized data.
GatewayException(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