![]() |
DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
|
Thrown by Verb.RegisterOption if the given Option has the Default flag and is registered after one that also has OptionFlags.Default, OptionFlags.HasValue and OptionFlags.Repeatable flags. More...
Public Member Functions | |
ExistingDefaultMultipleOptionException (string message) | |
Thrown by Verb.RegisterOption if the given Option has the Default flag and is registered after one that also has OptionFlags.Default, OptionFlags.HasValue and OptionFlags.Repeatable flags. More... | |
Additional Inherited Members | |
![]() | |
VerbException (string message) | |
Common parent exception extended by all exceptions thrown by the Verb class. More... | |
![]() | |
ArgumentsException (string message) | |
Common parent exception extended by all exceptions in this library. More... | |
Thrown by Verb.RegisterOption if the given Option has the Default flag and is registered after one that also has OptionFlags.Default, OptionFlags.HasValue and OptionFlags.Repeatable flags.
|
inline |
Thrown by Verb.RegisterOption if the given Option has the Default flag and is registered after one that also has OptionFlags.Default, OptionFlags.HasValue and OptionFlags.Repeatable flags.
message | Exception's detailed error message. |