InsufficientDataException(SerializationInfo, StreamingContext) Constructor

Constructs a new InsufficientDataException object.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected InsufficientDataException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The object that holds the serialized object data.
context  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.

See Also