PageNotFoundException Class

BerkeleyDB

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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