CommandLineArgumentException(String, CommandLineArgumentErrorCategory) Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public 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 String
- The message that describes the error.
- category CommandLineArgumentErrorCategory
- The category of this error.