![]() |
BadScript 2
|
Models an error generated when no verb is selected. More...
Package Functions | |
NoVerbSelectedError () | |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
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>). | |
|
package |
Definition at line 496 of file Error.cs.