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

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[SerializableAttribute]
public class NoSuchDirectoryException : FileNotFoundException
Visual Basic
<SerializableAttribute> _
Public Class NoSuchDirectoryException _
	Inherits FileNotFoundException
Visual C++
[SerializableAttribute]
public ref class NoSuchDirectoryException : public FileNotFoundException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        System.IO..::..FileNotFoundException
          Lucene.Net.Store..::..NoSuchDirectoryException

See Also