![]() |
DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
|
Thrown if an Option is given an invalid OptionFlags combination. More...
Public Member Functions | |
| InvalidFlagsException (string message) | |
| Thrown if an Option is given an invalid OptionFlags combination. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from NibblePoker.Library.Arguments.Exceptions.OptionException | |
| OptionException (string message) | |
| Common parent exception extended by all exceptions thrown by the Option class. More... | |
Protected Member Functions inherited from NibblePoker.Library.Arguments.Exceptions.ArgumentsException | |
| ArgumentsException (string message) | |
| Common parent exception extended by all exceptions in this library. More... | |
Thrown if an Option is given an invalid OptionFlags combination.
|
inline |
Thrown if an Option is given an invalid OptionFlags combination.
| message | Exception's detailed error message. |