Summary
Specifies that the command-line parser encountered a command or option that is not allowed in conjunction with a
previously-encountered command or option.
Constructors
|
Specifies that the command-line parser encountered a command or option that is not allowed in conjunction with a
previously-encountered command or option. |
Instance methods
ConsoleColoredString | |
Generates a printable description of the error represented by this exception, typically used to tell the user what
they did wrong. |
ConsoleColoredString | |
Generates the help screen to be output to the user on the console. |
ConsoleColoredString | |
Generates and returns usage information, followed by an error message describing to the user what it was that the
parser didn't understand. |
void | |
Prints usage information, followed by an error message describing to the user what it was that the parser didn't
understand. |
Instance properties