BadScript 2
Loading...
Searching...
No Matches
CommandLine.MultipleDefaultVerbsError Class Referencesealed

Models an error generated when multiple default verbs are defined. More...

Inheritance diagram for CommandLine.MultipleDefaultVerbsError:
CommandLine.Error

Static Public Attributes

const string ErrorMessage = "More than one default verb is not allowed."
 

Package Functions

 MultipleDefaultVerbsError ()
 
- Package Functions inherited from CommandLine.Error
 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.
 

Additional Inherited Members

- Public Member Functions inherited from CommandLine.Error
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.
 
- Properties inherited from CommandLine.Error
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>).
 

Detailed Description

Models an error generated when multiple default verbs are defined.

Definition at line 604 of file Error.cs.

Constructor & Destructor Documentation

◆ MultipleDefaultVerbsError()

CommandLine.MultipleDefaultVerbsError.MultipleDefaultVerbsError ( )
package

Definition at line 608 of file Error.cs.

609 : base(ErrorType.MultipleDefaultVerbsError) { }
ErrorType
Discriminator enumeration of CommandLine.Error derivates.
Definition Error.cs:13

Member Data Documentation

◆ ErrorMessage

const string CommandLine.MultipleDefaultVerbsError.ErrorMessage = "More than one default verb is not allowed."
static

Definition at line 606 of file Error.cs.


The documentation for this class was generated from the following file: