Click or drag to resize

CommandLineArgumentException Constructor (String)

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
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also