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

Thrown by ArgumentsParser.ParseArguments if an Option with the OptionFlags.Required flag wasn't used after all arguments were parsed. More...

Inheritance diagram for NibblePoker.Library.Arguments.Exceptions.MissingRequiredOptionException:
NibblePoker.Library.Arguments.Exceptions.ParserException NibblePoker.Library.Arguments.Exceptions.ArgumentsException

Public Member Functions

 MissingRequiredOptionException (string message)
 Thrown by ArgumentsParser.ParseArguments if an Option with the OptionFlags.Required flag wasn't used after all arguments were parsed. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NibblePoker.Library.Arguments.Exceptions.ParserException
 ParserException (string message)
 Common parent exception extended by all exceptions thrown by the parser. 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 ArgumentsParser.ParseArguments if an Option with the OptionFlags.Required flag wasn't used after all arguments were parsed.

Constructor & Destructor Documentation

◆ MissingRequiredOptionException()

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

Thrown by ArgumentsParser.ParseArguments if an Option with the OptionFlags.Required flag wasn't used after all arguments were parsed.

Parameters
messageException's detailed error message.

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