Matrix Not Positive Definite Exception Constructor
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Matrix | Constructs a new MatrixNotPositiveDefiniteException. |
Matrix | Constructs a new MatrixNotPositiveDefiniteException. |
Matrix |
Initializes a new instance of the
MatrixNotPositiveDefiniteException class with serialized
data. Obsolete. |
Matrix | Constructs a new MatrixNotPositiveDefiniteException. |
MatrixNotPositiveDefiniteException
Constructs a new MatrixNotPositiveDefiniteException.
public MatrixNotPositiveDefiniteException()
MatrixNotPositiveDefiniteException(String)
Constructs a new MatrixNotPositiveDefiniteException.
public MatrixNotPositiveDefiniteException(
string message
)
Parameters
- message String
- The error message that explains the reason for the exception.
MatrixNotPositiveDefiniteException(SerializationInfo, StreamingContext)
Initializes a new instance of the
MatrixNotPositiveDefiniteException class with serialized
data.
[ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
protected MatrixNotPositiveDefiniteException(
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.
MatrixNotPositiveDefiniteException(String, Exception)
Constructs a new MatrixNotPositiveDefiniteException.
public MatrixNotPositiveDefiniteException(
string message,
Exception innerException
)