[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IndexingException

IndexingException Class

Represents an exception that is thrown when errors are generated using LiveLinq components.

Inheritance
IndexingException
Namespace: C1.LiveLinq.Indexing
Assembly: C1.LiveLinq.4.8.dll
Syntax
public class IndexingException : Exception, ISerializable, _Exception

Constructors

Name Description
IndexingException()

Initializes a new instance of the IndexingException class. This is the default constructor.

IndexingException(SerializationInfo, StreamingContext)

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

IndexingException(string)

Initializes a new instance of the IndexingException class with the specified string.

IndexingException(string, Exception)

Initializes a new instance of the IndexingException class with the specified string and inner exception.

Extension Methods