CommandLineArgumentException(String, String, CommandLineArgumentErrorCategory) Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public 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 String
- The message that describes the error.
- argumentName String
- The name of the argument that was invalid.
- category CommandLineArgumentErrorCategory
- The category of this error.