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