![]() |
DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
|
Thrown by ArgumentsParser.ParseArguments if no appropriate Option with the OptionFlags.Default flag could be found when needed. More...
Public Member Functions | |
NoDefaultOptionFoundException (string message) | |
Thrown by ArgumentsParser.ParseArguments if no appropriate Option with the OptionFlags.Default flag could be found when needed. More... | |
Additional Inherited Members | |
![]() | |
ParserException (string message) | |
Common parent exception extended by all exceptions thrown by the parser. More... | |
![]() | |
ArgumentsException (string message) | |
Common parent exception extended by all exceptions in this library. More... | |
Thrown by ArgumentsParser.ParseArguments if no appropriate Option with the OptionFlags.Default flag could be found when needed.
|
inline |
Thrown by ArgumentsParser.ParseArguments if no appropriate Option with the OptionFlags.Default flag could be found when needed.
message | Exception's detailed error message. |