Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Index.CorruptIndexException Class Reference

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

Inherits IOException.

Public Member Functions

 CorruptIndexException (String message)
 
 CorruptIndexException (String message, Exception exp)
 

Detailed Description

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

Definition at line 27 of file CorruptIndexException.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.CorruptIndexException.CorruptIndexException ( String  message)

Definition at line 29 of file CorruptIndexException.cs.

Lucene.Net.Index.CorruptIndexException.CorruptIndexException ( String  message,
Exception  exp 
)

Definition at line 32 of file CorruptIndexException.cs.


The documentation for this class was generated from the following file: