GatewayException Constructor (Int32)

CICS Transaction Gateway V10.1.0.0
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: 10.1.0.0 (10.1.0.0)
Syntax

public GatewayException(
	int returnCode
)

Parameters

returnCode
Type: SystemInt32
A Gateway daemon return code to associate with this instance.
See Also

Reference