This exception is thrown when there is an attempt to access something that has already been closed.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      Lucene.Net.Store..::..AlreadyClosedException

See Also