DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / QueryOptimizationException Class / QueryOptimizationException Constructor / QueryOptimizationException Constructor(SerializationInfo,StreamingContext)
The object that holds the serialized object data.
The contextual information about the source or destination.

In This Topic
    QueryOptimizationException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the QueryOptimizationException class from serialized data.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected QueryOptimizationException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The object that holds the serialized object data.
    context
    The contextual information about the source or destination.
    See Also