Initializes a new instance of the InvalidNameException class with a specified error message.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
Syntax
C# |
---|
public InvalidNameException( string message ) |
Visual Basic |
---|
Public Sub New ( _ message As String _ ) |
Visual C++ |
---|
public: InvalidNameException( String^ message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.