T_CommandLine_NamedError - adutton/commandline GitHub Wiki
Base type of all erros with name information.
System.Object
CommandLine.Error
CommandLine.NamedError
More...
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public abstract class NamedError : Error,
IEquatable<NamedError>VB
Public MustInherit Class NamedError
Inherits Error
Implements IEquatable(Of NamedError)C++
public ref class NamedError abstract : public Error,
IEquatable<NamedError^>F#
[<AbstractClassAttribute>]
type NamedError =
class
inherit Error
interface IEquatable<NamedError>
endThe NamedError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
NamedError | Initializes a new instance of the NamedError class. |
| Name | Description | |
|---|---|---|
![]() |
NameInfo | Name information relative to this error instance. |
![]() |
StopsProcessing | Tells if error stops parsing process. Filtered by OnlyMeaningfulOnes(IEnumerable(Error)). (Inherited from Error.) |
![]() |
Tag | Error type discriminator, defined as ErrorType enumeration. (Inherited from Error.) |
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Error.Equals(Object).) |
![]() |
Equals(Error) | Returns a value that indicates whether the current instance and a specified Error have the same value. (Inherited from Error.) |
![]() |
Equals(NamedError) | Returns a value that indicates whether the current instance and a specified NamedError have the same value. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Overrides Error.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |



