GatewayException Constructor (Int32)

CICS Transaction Gateway V9.3.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: 9.1.0.0 (9.1.0.4)
Syntax

public GatewayException(
	int returnCode
)

Parameters

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

Reference