Click or drag to resize
DeleteObservationsException Constructor (SerializationInfo, StreamingContext)
The number of observations to be deleted (set by setObservationMax) has grown too large.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected DeleteObservationsException(
	SerializationInfo info,
	StreamingContext context
)

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.
See Also