GatewayException Constructor (SerializationInfo, StreamingContext)

CICS Transaction Gateway V9.3.0.0
Initializes a new instance of the GatewayException class with serialized data.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

protected GatewayException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions

ExceptionCondition
SecurityExceptionThe caller does not have the required permission.
See Also

Reference