The requested key/data pair did not exist in the database or that start-of- or end-of-file has been reached by a cursor.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BerkeleyDB..::.DatabaseException
      BerkeleyDB..::.NotFoundException

See Also