LockNotGrantedException Class

BerkeleyDB

If TimeNotGranted is true, database calls timing out based on lock or transaction timeout values will throw a LockNotGrantedException, instead of a DeadlockException.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public class LockNotGrantedException : DatabaseException
Visual Basic (Declaration)
Public Class LockNotGrantedException _
	Inherits DatabaseException
Visual C++
public ref class LockNotGrantedException : public DatabaseException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BerkeleyDB..::.DatabaseException
      BerkeleyDB..::.LockNotGrantedException

See Also