Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.0

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BerkeleyDB..::.DatabaseException
      BerkeleyDB..::.PageNotFoundException

See Also