MoreObsDelThanEnteredException Constructor (SerializationInfo, StreamingContext) |
More observations are being deleted from the output covariance matrix
than were originally entered (the corresponding row, column of
the incidence matrix is less than zero).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected MoreObsDelThanEnteredException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
MoreObsDelThanEnteredException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> MoreObsDelThanEnteredException
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