Initializes a new instance of the IndexingException class with the specified serialization information and context.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
protected IndexingException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

Parameters

info
Type: System.Runtime.Serialization..::..SerializationInfo
The data necessary to serialize or deserialize an object.
context
Type: System.Runtime.Serialization..::..StreamingContext
Description of the source and destination of the specified serialized stream.

See Also