Base type of all errors. More...
Public Member Functions | |
| 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 | |
| ErrorType | Tag [get] |
| Error type discriminator, defined as CommandLine.ErrorType enumeration. More... | |
Base type of all errors.
All errors are defined within the system. There's no reason to create custom derivate types.
|
inline |
Determines whether the specified System.Object is equal to the current System.Object.
| obj | The System.Object to compare with the current System.Object. |
if the specified System.Object is equal to the current System.Object; otherwise,
false
.
|
inline |
Returns a value that indicates whether the current instance and a specified CommandLine.Error have the same value.
| other | The CommandLine.Error instance to compare. |
if this instance of CommandLine.Error and other have the same value; otherwise,
false
.
|
inline |
Serves as a hash function for a particular type.
A hash code for the current System.Object.
|
get |
Error type discriminator, defined as CommandLine.ErrorType enumeration.
1.8.8