Initializes a new instance of the InvalidNameException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
public InvalidNameException( string message, Exception innerException ) |
Visual Basic |
---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
Visual C++ |
---|
public: InvalidNameException( String^ message, Exception^ innerException ) |
Parameters
- message
- Type: System..::..String
The error message that explains the reason for the exception.
- innerException
- Type: System..::..Exception