DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
Loading...
Searching...
No Matches
NibblePoker.Library.Arguments.Exceptions.ExistingDefaultMultipleOptionException Class Reference

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...

Inheritance diagram for NibblePoker.Library.Arguments.Exceptions.ExistingDefaultMultipleOptionException:
NibblePoker.Library.Arguments.Exceptions.VerbException NibblePoker.Library.Arguments.Exceptions.ArgumentsException

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

- 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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExistingDefaultMultipleOptionException()

NibblePoker.Library.Arguments.Exceptions.ExistingDefaultMultipleOptionException.ExistingDefaultMultipleOptionException ( string  message)
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.

Parameters
messageException's detailed error message.

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