Class LockReleaseFailedException
This exception is thrown when the write.lock
could not be released.
Implements
Inherited Members
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.dll
Syntax
[Serializable]
public class LockReleaseFailedException : IOException, ISerializable
Constructors
LockReleaseFailedException(string)
This exception is thrown when the write.lock
could not be released.
Declaration
public LockReleaseFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
See Also
Dispose()
Implements
Extension Methods
See Also
Dispose()