MatrixException(SerializationInfo, StreamingContext) Constructor |
Initializes a new instance of the MatrixException class with serialized data.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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