Click or drag to resize

MatrixException(SerializationInfo, StreamingContext) Constructor

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

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

Parameters

info  SerializationInfo
The serialization information that holds the exception data.
context  StreamingContext
The streaming context that describes the source of the serialized data.
See Also