ContainerNotFoundException Constructor (String)

CICS Transaction Gateway V9.3.0.0
Initializes a new instance of the ContainerNotFoundException class with a specified error message.

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

public ContainerNotFoundException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also

Reference