Summary
Specifies that a parameter that expected a numerical value was passed a string by the user that doesn’t parse as a
number.
Constructors
|
Specifies that a parameter that expected a numerical value was passed a string by the user that doesn’t parse as a
number. |
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
ConsoleColoredString | | Contains the error message that describes the cause of this exception. |
string | | Contains the name of the field pertaining to the parameter that was passed an invalid value. |