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

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[SerializableAttribute]
public class LockReleaseFailedException : IOException
Visual Basic
<SerializableAttribute> _
Public Class LockReleaseFailedException _
	Inherits IOException
Visual C++
[SerializableAttribute]
public ref class LockReleaseFailedException : public IOException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        Lucene.Net.Store..::..LockReleaseFailedException

See Also