Argsparse
Loading...
Searching...
No Matches
Argparse.ParserConversionException Class Reference

Models an exception thrown when the parser fails to convert a value from string to the intended type. More...

Inheritance diagram for Argparse.ParserConversionException:
Argparse.ParserRuntimeException

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)
 

Detailed Description

Models an exception thrown when the parser fails to convert a value from string to the intended type.


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