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.0
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
) |
See Also