Click or drag to resize

CommandLineArgumentExceptionArgumentName Property

Gets the name of the argument that was invalid.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public string ArgumentName { get; }

Property Value

Type: String
The name of the invalid argument, or if the error does not refer to a specific argument.
See Also