Skip to content

T_CommandLine_ErrorType

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ErrorType Enumeration

Discriminator enumeration of Error derivates.

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public enum ErrorType

VB

Public Enumeration ErrorType

C++

public enum class ErrorType

F#

type ErrorType

Members

 

Member name Value Description
BadFormatTokenError 0 Value of BadFormatTokenError type.
MissingValueOptionError 1 Value of MissingValueOptionError type.
UnknownOptionError 2 Value of UnknownOptionError type.
MissingRequiredOptionError 3 Value of MissingRequiredOptionError type.
MutuallyExclusiveSetError 4 Value of MutuallyExclusiveSetError type.
BadFormatConversionError 5 Value of BadFormatConversionError type.
SequenceOutOfRangeError 6 Value of SequenceOutOfRangeError type.
RepeatedOptionError 7 Value of RepeatedOptionError type.
NoVerbSelectedError 8 Value of NoVerbSelectedError type.
BadVerbSelectedError 9 Value of BadVerbSelectedError type.
HelpRequestedError 10 Value of HelpRequestedError type.
HelpVerbRequestedError 11 Value of HelpVerbRequestedError type.
VersionRequestedError 12 Value of VersionRequestedError type.
SetValueExceptionError 13 Value of SetValueExceptionError type.
InvalidAttributeConfigurationError 14 Value of InvalidAttributeConfigurationError type.

See Also

Reference

CommandLine Namespace

Clone this wiki locally