![]() |
BadScript 2
|
Models an error generated when a user explicitly requests help in verb commands scenario. More...
Package Functions | |
| HelpVerbRequestedError (string verb, Type type, bool matched) | |
Package Functions inherited from CommandLine.Error | |
| Error (ErrorType tag, bool stopsProcessing) | |
| Initializes a new instance of the CommandLine.Error class. | |
| Error (ErrorType tag) | |
| Initializes a new instance of the CommandLine.Error class. | |
Properties | |
| string | Verb [get] |
| Verb command string. | |
| Type | Type [get] |
| System.Type of verb command. | |
| bool | Matched [get] |
| trueif verb command is found; otherwise false | |
Properties inherited from CommandLine.Error | |
| ErrorType | Tag [get] |
| Error type discriminator, defined as CommandLine.ErrorType enumeration. | |
| bool | StopsProcessing [get] |
| Tells if error stops parsing process. Filtered by CommandLine.ErrorExtensions.OnlyMeaningfulOnes(System.Collections.Generic.IEnumerable<Error>). | |
Additional Inherited Members | |
Public Member Functions inherited from CommandLine.Error | |
| bool | Equals (Error other) |
| Returns a value that indicates whether the current instance and a specified CommandLine.Error have the same value. | |
| override bool | Equals (object obj) |
| Determines whether the specified System.Object is equal to the current System.Object. | |
| override int | GetHashCode () |
| Serves as a hash function for a particular type. | |
Models an error generated when a user explicitly requests help in verb commands scenario.
|
package |
Definition at line 464 of file Error.cs.
|
get |
|
get |
|
get |