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.Store.NoSuchDirectoryException Class Reference

This exception is thrown when you try to list a non-existent directory. More...

Inherits FileNotFoundException.

Public Member Functions

 NoSuchDirectoryException (System.String message)
 

Detailed Description

This exception is thrown when you try to list a non-existent directory.

Definition at line 28 of file NoSuchDirectoryException.cs.

Constructor & Destructor Documentation

Lucene.Net.Store.NoSuchDirectoryException.NoSuchDirectoryException ( System.String  message)

Definition at line 30 of file NoSuchDirectoryException.cs.


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