InvalidArgumentException

An Exception called when an invalid argument is provided to a method.

class InvalidArgumentException : Exception {}

Constructors

this
this(string message)

Exception Constructor

Meta