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

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

Syntax

C#
[SerializableAttribute]
public class IndexingException : Exception
Visual Basic
<SerializableAttribute> _
Public Class IndexingException _
	Inherits Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    C1.LiveLinq.Indexing..::..IndexingException

See Also