Class CorruptIndexException
This exception is thrown when Lucene detects an inconsistency in the index.
Inheritance
CorruptIndexException
Implements
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
[Serializable]
public class CorruptIndexException : IOException, ISerializable
Constructors
CorruptIndexException(string)
Constructor.
Declaration
public CorruptIndexException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
CorruptIndexException(string, Exception)
Constructor.
Declaration
public CorruptIndexException(string message, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | ex |