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

Common parent exception extended by all exceptions in this library. More...

Inheritance diagram for NibblePoker.Library.Arguments.Exceptions.ArgumentsException:
NibblePoker.Library.Arguments.Exceptions.OptionException NibblePoker.Library.Arguments.Exceptions.ParserException NibblePoker.Library.Arguments.Exceptions.VerbException NibblePoker.Library.Arguments.Exceptions.InvalidFlagsException NibblePoker.Library.Arguments.Exceptions.MissingOptionIdentifierException NibblePoker.Library.Arguments.Exceptions.InvalidArgumentException NibblePoker.Library.Arguments.Exceptions.MissingRequiredOptionException NibblePoker.Library.Arguments.Exceptions.NoDefaultOptionFoundException NibblePoker.Library.Arguments.Exceptions.NotEnoughArgumentsException NibblePoker.Library.Arguments.Exceptions.OptionHasValueAndMoreShortsException NibblePoker.Library.Arguments.Exceptions.OptionValueOverflowException NibblePoker.Library.Arguments.Exceptions.RepeatedSingularOptionException NibblePoker.Library.Arguments.Exceptions.UnknownOptionException NibblePoker.Library.Arguments.Exceptions.DuplicateOptionException NibblePoker.Library.Arguments.Exceptions.DuplicateVerbException NibblePoker.Library.Arguments.Exceptions.ExistingDefaultMultipleOptionException NibblePoker.Library.Arguments.Exceptions.InvalidVerbNameException

Protected Member Functions

 ArgumentsException (string message)
 Common parent exception extended by all exceptions in this library. More...
 

Detailed Description

Common parent exception extended by all exceptions in this library.

Constructor & Destructor Documentation

◆ ArgumentsException()

NibblePoker.Library.Arguments.Exceptions.ArgumentsException.ArgumentsException ( string  message)
inlineprotected

Common parent exception extended by all exceptions in this library.

Parameters
messageException's detailed error message.

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