Initializes a new instance of the ClientConfigurationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
public ClientConfigurationException(
	string message,
	Exception innerException
)
Visual Basic
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
ClientConfigurationException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::..String
The error message that explains the reason for the exception.
innerException
Type: System..::..Exception

See Also