CommandLineArgumentException Constructor (String) |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic CommandLineArgumentException(
string message
)
Public Sub New (
message As String
)
Dim message As String
Dim instance As New CommandLineArgumentException(message)
public:
CommandLineArgumentException(
String^ message
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also