Click or drag to resize

NMathException(SerializationInfo, StreamingContext) Constructor

Constructor for deserialization.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected NMathException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo instance that holds serialized object data about the exception being thrown.
context  StreamingContext
The StreamingContext instance that contains contextual information about the source or destination.
See Also