Click or drag to resize

CommandLineArgumentException Constructor (String, CommandLineArgumentErrorCategory)

Initializes a new instance of the CommandLineArgumentException class with a specified error message.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
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