This exception is thrown when Lucene detects an inconsistency in the index.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[SerializableAttribute]
public class CorruptIndexException : IOException
Visual Basic
<SerializableAttribute> _
Public Class CorruptIndexException _
	Inherits IOException
Visual C++
[SerializableAttribute]
public ref class CorruptIndexException : public IOException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        Lucene.Net.Index..::..CorruptIndexException

See Also