Click or drag to resize

InvalidArgumentException Constructor

Overload List
 NameDescription
Public methodInvalidArgumentException Default constructor. Constructs an empty InvalidArgumentException instance.
Public methodInvalidArgumentException(String) Constructs a InvalidArgumentException instance with the specifed exception message.
Public methodInvalidArgumentException(String, Exception) Constructs a InvalidArgumentException instance with the specifed exception message and underlying (inner) exception.
Public methodInvalidArgumentException(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.
Top
See Also