Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected MissingValueException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
MissingValueException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> MissingValueException
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The object that holds the
serialized object data. - context
- Type: System.Runtime.SerializationStreamingContext
The contextual information
about the source or destination.
This constructor is called during deserialization
to reconstitute the exception object transmitted over a stream.
Reference