Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
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: