Overload List

  NameDescription
SingularMatrixException()()()
Default constructor. Constructs an empty SingularMatrixException instance.
SingularMatrixException(String)
Constructs an SingularMatrixException instance with the specifed exception message.
SingularMatrixException(String, Exception)
Constructs an SingularMatrixException instance with the specifed exception message and underlying (inner) exception.

See Also