Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Protected Member Functions | List of all members
Lucene.Net.Store.AlreadyClosedException Class Reference

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

Inherits SystemException.

Public Member Functions

 AlreadyClosedException ()
 
 AlreadyClosedException (string message)
 
 AlreadyClosedException (string message, Exception inner)
 

Protected Member Functions

 AlreadyClosedException (SerializationInfo info, StreamingContext context)
 

Detailed Description

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

Definition at line 27 of file AlreadyClosedException.cs.

Constructor & Destructor Documentation

Lucene.Net.Store.AlreadyClosedException.AlreadyClosedException ( )

Definition at line 29 of file AlreadyClosedException.cs.

Lucene.Net.Store.AlreadyClosedException.AlreadyClosedException ( string  message)

Definition at line 33 of file AlreadyClosedException.cs.

Lucene.Net.Store.AlreadyClosedException.AlreadyClosedException ( string  message,
Exception  inner 
)

Definition at line 37 of file AlreadyClosedException.cs.

Lucene.Net.Store.AlreadyClosedException.AlreadyClosedException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Definition at line 41 of file AlreadyClosedException.cs.


The documentation for this class was generated from the following file: