T_CommandLine_InvalidAttributeConfigurationError - adutton/commandline GitHub Wiki
Models an error generated when an invalid token is detected.
System.Object
CommandLine.Error
CommandLine.InvalidAttributeConfigurationError
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public sealed class InvalidAttributeConfigurationError : ErrorVB
Public NotInheritable Class InvalidAttributeConfigurationError
Inherits ErrorC++
public ref class InvalidAttributeConfigurationError sealed : public ErrorF#
[<SealedAttribute>]
type InvalidAttributeConfigurationError =
class
inherit Error
endThe InvalidAttributeConfigurationError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
InvalidAttributeConfigurationError | Initializes a new instance of the InvalidAttributeConfigurationError class |
| Name | Description | |
|---|---|---|
![]() |
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. (Inherited from Error.) |
![]() |
Equals(Error) | Returns a value that indicates whether the current instance and a specified Error have the same value. (Inherited from Error.) |
![]() |
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. (Inherited from Error.) |
![]() |
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 | |
|---|---|---|
![]()
|
ErrorMessage |
| Name | Description | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |




