Models an error generated when an unknown option is detected. More...
Additional Inherited Members | |
Public Member Functions inherited from CommandLine.TokenError | |
| 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 (TokenError other) |
| Returns a value that indicates whether the current instance and a specified CommandLine.TokenError have the same value. More... | |
Public Member Functions inherited from CommandLine.Error | |
| 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... | |
Properties inherited from CommandLine.TokenError | |
| string | Token [get] |
| The string containing the token text. More... | |
Properties inherited from CommandLine.Error | |
| ErrorType | Tag [get] |
| Error type discriminator, defined as CommandLine.ErrorType enumeration. More... | |
Models an error generated when an unknown option is detected.
1.8.8