Click or drag to resize

MatrixException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the MatrixException class with serialized data.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected MatrixException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The error message that explains the reason for the exception.
context  StreamingContext
The error message that explains the reason for the exception.
See Also