Models an error generated when a user explicit requests help in verb commands scenario. More...
Properties | |
string | Verb [get] |
Verb command string. More... | |
Type | Type [get] |
System.Type of verb command. More... | |
bool | Matched [get] |
trueif verb command is found; otherwise false. More... | |
![]() | |
ErrorType | Tag [get] |
Error type discriminator, defined as CommandLine.ErrorType enumeration. More... | |
Additional Inherited Members | |
![]() | |
override bool | Equals (object obj) |
Determines whether the specified System.Object is equal to the current System.Object. More... | |
override int | GetHashCode () |
Serves as a hash function for a particular type. More... | |
bool | Equals (Error other) |
Returns a value that indicates whether the current instance and a specified CommandLine.Error have the same value. More... | |
Models an error generated when a user explicit requests help in verb commands scenario.
|
get |
trueif verb command is found; otherwise false.
|
get |
System.Type of verb command.
|
get |
Verb command string.