![]() |
BadScript 2
|
Base type of all erros with name information. More...
Public Member Functions | |
bool | Equals (NamedError other) |
Returns a value that indicates whether the current instance and a specified CommandLine.NamedError 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. | |
![]() | |
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. | |
Package Functions | |
NamedError (ErrorType tag, NameInfo nameInfo) | |
Initializes a new instance of the CommandLine.NamedError class. | |
![]() | |
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 | |
NameInfo | NameInfo [get] |
Name information relative to this error instance. | |
![]() | |
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>). | |
Initializes a new instance of the CommandLine.NamedError class.
tag | Error type. |
nameInfo | Problematic name. |
Definition at line 301 of file Error.cs.
bool CommandLine.NamedError.Equals | ( | NamedError | other | ) |
Returns a value that indicates whether the current instance and a specified CommandLine.NamedError have the same value.
other | The CommandLine.NamedError instance to compare. |
if this instance of CommandLine.NamedError and other have the same value; otherwise,
false
Definition at line 326 of file Error.cs.
override bool CommandLine.NamedError.Equals | ( | object | obj | ) |
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
Definition at line 348 of file Error.cs.
override int CommandLine.NamedError.GetHashCode | ( | ) |
Serves as a hash function for a particular type.
A hash code for the current System.Object.
Definition at line 364 of file Error.cs.
|
get |