Table of Contents

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 string

The message that describes the error.

InvalidMatrixException(string, Exception)

Initializes a new instance of the InvalidMatrixException class.

public InvalidMatrixException(string message, Exception inner)

Parameters

message string

A string that describes the error.

inner Exception

The exception that is the cause of the current exception.