The requested key/data pair logically exists but was never explicitly
            created by the application, or that the requested key/data pair was
            deleted and never re-created. In addition, the Queue access method will
            throw a KeyEmptyException for records that were created as part of a
            transaction that was later aborted and never re-created.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public class KeyEmptyException : DatabaseException | 
| Visual Basic (Declaration) | 
|---|
| Public Class KeyEmptyException _ Inherits DatabaseException | 
| Visual C++ | 
|---|
| public ref class KeyEmptyException : public DatabaseException | 
 Remarks
Remarks
            The Recno and Queue access methods will automatically create key/data
            pairs under some circumstances.
            
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
System..::.Exception
BerkeleyDB..::.DatabaseException
BerkeleyDB..::.KeyEmptyException
System..::.Exception
BerkeleyDB..::.DatabaseException
BerkeleyDB..::.KeyEmptyException





