Apache Lucene.Net 2.4.0 Class Library API

AlreadyClosedException Class

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

For a list of all members of this type, see AlreadyClosedException Members.

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

public class AlreadyClosedException : SystemException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Store

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

AlreadyClosedException Members | Lucene.Net.Store Namespace