![]() |
DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
|
Thrown if a Verb, whose name is null or empty, is passed to Verb.RegisterVerb.
More...
Public Member Functions | |
| InvalidVerbNameException (string message) | |
Thrown if a Verb, whose name is null or empty, is passed to Verb.RegisterVerb. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from NibblePoker.Library.Arguments.Exceptions.VerbException | |
| VerbException (string message) | |
| Common parent exception extended by all exceptions thrown by the Verb 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 a Verb, whose name is null or empty, is passed to Verb.RegisterVerb.
|
inline |
Thrown if a Verb, whose name is null or empty, is passed to Verb.RegisterVerb.
| message | Exception's detailed error message. |