Class IndexNotFoundException
Signals that no index was found in the Directory. Possibly because the directory is empty, however can also indicate an index corruption.
Inheritance
IndexNotFoundException
Implements
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
[Serializable]
public sealed class IndexNotFoundException : FileNotFoundException, ISerializable
Constructors
IndexNotFoundException(string)
Creates IndexNotFoundException with the description message.
Declaration
public IndexNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |