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.MissingOptionIdentifierException Class Reference

Thrown if an Option is instantiated without a token or a name. More...

Inheritance diagram for NibblePoker.Library.Arguments.Exceptions.MissingOptionIdentifierException:
NibblePoker.Library.Arguments.Exceptions.OptionException NibblePoker.Library.Arguments.Exceptions.ArgumentsException

Public Member Functions

 MissingOptionIdentifierException (string message)
 Thrown if an Option is instantiated without a token or a name. 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...
 

Detailed Description

Thrown if an Option is instantiated without a token or a name.

Constructor & Destructor Documentation

◆ MissingOptionIdentifierException()

NibblePoker.Library.Arguments.Exceptions.MissingOptionIdentifierException.MissingOptionIdentifierException ( string  message)
inline

Thrown if an Option is instantiated without a token or a name.

Parameters
messageException's detailed error message.

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