Class AlreadyClosedException
This exception is thrown when there is an attempt to access something that has already been closed.
Inheritance
System.Object
AlreadyClosedException
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class AlreadyClosedException : SystemException
Constructors
Name | Description |
---|---|
AlreadyClosedException() | |
AlreadyClosedException(SerializationInfo, StreamingContext) | |
AlreadyClosedException(String) | |
AlreadyClosedException(String, Exception) |