|
Argsparse
|
Models an exception thrown when the parser fails to convert a value from string to the intended type. More...
Public Member Functions | |
| ParserConversionException (string message) | |
| ParserConversionException (string message, Exception inner) | |
Public Member Functions inherited from Argparse.ParserRuntimeException | |
| ParserRuntimeException (string message) | |
| ParserRuntimeException (string message, Exception inner) | |
Models an exception thrown when the parser fails to convert a value from string to the intended type.