Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Store.LockReleaseFailedException Class Reference

This exception is thrown when the write.lock could not be released. More...

Inherits IOException.

Public Member Functions

 LockReleaseFailedException (System.String message)
 

Detailed Description

This exception is thrown when the write.lock could not be released.

See Also
Lock.Release()

Definition at line 29 of file LockReleaseFailedException.cs.

Constructor & Destructor Documentation

Lucene.Net.Store.LockReleaseFailedException.LockReleaseFailedException ( System.String  message)

Definition at line 31 of file LockReleaseFailedException.cs.


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