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: 1.0.0.0

Syntax

C#
public ContainerNotFoundException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
ContainerNotFoundException(
	String^ message
)

Parameters

message
Type: System..::.String
The message that describes the error.

See Also