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