If TimeNotGranted is true,
            database calls timing out based on lock or transaction timeout values
            will throw a LockNotGrantedException, instead of a DeadlockException.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public class LockNotGrantedException : DatabaseException | 
| Visual Basic (Declaration) | 
|---|
| Public Class LockNotGrantedException _ Inherits DatabaseException | 
| Visual C++ | 
|---|
| public ref class LockNotGrantedException : public DatabaseException | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
System..::.Exception
BerkeleyDB..::.DatabaseException
BerkeleyDB..::.LockNotGrantedException
System..::.Exception
BerkeleyDB..::.DatabaseException
BerkeleyDB..::.LockNotGrantedException





