|  | Matrix | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | MatrixNotSquareException | Default constructor. Constructs an empty MatrixNotSquareException instance. | 
|  | MatrixNotSquareException(String) | Constructs a MatrixNotSquareException instance with the specifed exception message. | 
|  | MatrixNotSquareException(String, Exception) | Constructs a MatrixNotSquareException instance with the specifed exception message and underlying (inner) exception. | 
|  | MatrixNotSquareException(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. | 
|  | MatrixNotSquareException(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. | 
 See Also
See Also