Initializes a new instance of the GatewayException class with a specified Gateway daemon return code.

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

Syntax

C#
public GatewayException(
	int returnCode
)
Visual Basic (Declaration)
Public Sub New ( _
	returnCode As Integer _
)
Visual C++
public:
GatewayException(
	int returnCode
)

Parameters

returnCode
Type: System..::.Int32
A Gateway daemon return code to associate with this instance.

See Also