From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../html/T_BerkeleyDB_MetaCheckSumFailException.htm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/csharp/html/T_BerkeleyDB_MetaCheckSumFailException.htm (limited to 'docs/csharp/html/T_BerkeleyDB_MetaCheckSumFailException.htm') diff --git a/docs/csharp/html/T_BerkeleyDB_MetaCheckSumFailException.htm b/docs/csharp/html/T_BerkeleyDB_MetaCheckSumFailException.htm new file mode 100644 index 00000000..4a18e6b8 --- /dev/null +++ b/docs/csharp/html/T_BerkeleyDB_MetaCheckSumFailException.htm @@ -0,0 +1,18 @@ +MetaCheckSumFailException Class
+ 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.23.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

\ No newline at end of file -- cgit v1.2.1