Click or drag to resize

MatrixNotSquareException Constructor

Overload List
 NameDescription
Public methodMatrixNotSquareException Default constructor. Constructs an empty MatrixNotSquareException instance.
Public methodMatrixNotSquareException(String) Constructs a MatrixNotSquareException instance with the specifed exception message.
Public methodMatrixNotSquareException(String, Exception) Constructs a MatrixNotSquareException instance with the specifed exception message and underlying (inner) exception.
Public methodMatrixNotSquareException(String, Int32, Int32) Constructs a MatrixNotSquareException instance with an error message containing the name of the operation, and the number of rows and columns in the non-square matrix.
Public methodMatrixNotSquareException(String, Int64, Int64) Constructs a MatrixNotSquareException 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