Matrix Singular Exception Constructor
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Matrix | Constructs a new MatrixSingularException. |
Matrix | Constructs a new MatrixSingularException. |
Matrix |
Initializes a new instance of the
MatrixSingularException class with serialized
data. Obsolete. |
Matrix | Constructs a new MatrixSingularException. |
MatrixSingularException
Constructs a new MatrixSingularException.
public MatrixSingularException()
MatrixSingularException(String)
Constructs a new MatrixSingularException.
public MatrixSingularException(
string message
)
Parameters
- message String
- The error message that explains the reason for the exception.
MatrixSingularException(SerializationInfo, StreamingContext)
Initializes a new instance of the
MatrixSingularException class with serialized
data.
[ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
protected MatrixSingularException(
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
Parameters
- serializationInfo SerializationInfo
- The object that holds the serialized object data.
- streamingContext StreamingContext
- The contextual information about the source or destination.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
MatrixSingularException(String, Exception)
Constructs a new MatrixSingularException.
public MatrixSingularException(
string message,
Exception innerException
)