FullLogBufferException Class

BerkeleyDB

In-memory logs are configured and no more log buffer space is available.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BerkeleyDB..::.DatabaseException
      BerkeleyDB..::.FullLogBufferException

See Also