InvalidArgumentsException

Thrown when user-passed data is invalid.

This exception is thrown during parsing phase when user passed arguments (e.g. invalid option, invalid value).

This exception is automatically caught if using parse function.

class InvalidArgumentsException : Exception {}

Constructors

this
this(string msg)

Creates new InvalidArgumentException

Meta