Overload List

  NameDescription
InvalidArgumentException()()()
Default constructor. Constructs an empty InvalidArgumentException instance.
InvalidArgumentException(String)
Constructs a InvalidArgumentException instance with the specifed exception message.
InvalidArgumentException(String, Exception)
Constructs a InvalidArgumentException instance with the specifed exception message and underlying (inner) exception.
InvalidArgumentException(String, Int32, Int32)
Constructs a InvalidArgumentException instance with an error message containing the name of the operation, and the number of rows and columns in the non-square matrix.

See Also