VarBoundsInconsistentException Constructor (SerializationInfo, StreamingContext) |
The equality constraints and the bounds on the variables are found to be inconsistent.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected VarBoundsInconsistentException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
VarBoundsInconsistentException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> VarBoundsInconsistentException
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