[]
Represents an exception that is thrown when errors are generated using LiveLinq components.
public class IndexingException : Exception, ISerializable, _Exception
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. |