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.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: