Initializes a new instance of the GatewayException class with a specified error message.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
public GatewayException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
GatewayException(
	String^ message
)

Parameters

message
Type: System..::..String
The message that describes the error.

See Also