If a lock obtain called, this failureReason may be set with the "root cause" Exception as to why the lock was not obtained.

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

Syntax

C#
protected internal Exception failureReason
Visual Basic
Protected Friend failureReason As Exception
Visual C++
protected public:
Exception^ failureReason

See Also