T_CommandLine_HelpVerbRequestedError - adutton/commandline GitHub Wiki
Models an error generated when a user explicitly requests help in verb commands scenario.
System.Object
CommandLine.Error
CommandLine.HelpVerbRequestedError
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public sealed class HelpVerbRequestedError : ErrorVB
Public NotInheritable Class HelpVerbRequestedError
Inherits ErrorC++
public ref class HelpVerbRequestedError sealed : public ErrorF#
[<SealedAttribute>]
type HelpVerbRequestedError =
class
inherit Error
endThe HelpVerbRequestedError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
HelpVerbRequestedError | Initializes a new instance of the HelpVerbRequestedError class |
| Name | Description | |
|---|---|---|
![]() |
Matched |
Type: Type: |
![]() |
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.) |
![]() |
Type | Type of verb command. |
![]() |
Verb | Verb command string. |
| 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 | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |



