Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference