Class InvalidMatrixException
- Namespace
- xFunc.Maths.Expressions.Matrices
- Assembly
- xFunc.Maths.dll
Thrown in matrix building.
[Serializable]
public class InvalidMatrixException : Exception, ISerializable
- Inheritance
-
InvalidMatrixException
- Implements
- Inherited Members
Constructors
InvalidMatrixException()
Initializes a new instance of the InvalidMatrixException class.
public InvalidMatrixException()
InvalidMatrixException(string)
Initializes a new instance of the InvalidMatrixException class.
public InvalidMatrixException(string message)
Parameters
message
stringThe message that describes the error.
InvalidMatrixException(string, Exception)
Initializes a new instance of the InvalidMatrixException class.
public InvalidMatrixException(string message, Exception inner)