DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexingException Class / IndexingException Constructor / IndexingException Constructor(SerializationInfo,StreamingContext)
The data necessary to serialize or deserialize an object.
Description of the source and destination of the specified serialized stream.

In This Topic
    IndexingException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the IndexingException class with the specified serialization information and context.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected IndexingException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The data necessary to serialize or deserialize an object.
    context
    Description of the source and destination of the specified serialized stream.
    See Also