A checksum mismatch was detected on a database metadata page. Either the database is corrupted or the file is not a Berkeley DB database file.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.0

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BerkeleyDB..::.DatabaseException
      BerkeleyDB..::.MetaCheckSumFailException

See Also