Panic Method

BerkeleyDB

Set the panic state for the database environment. (Database environments in a panic state normally refuse all attempts to call Berkeley DB functions, throwing RunRecoveryException.)

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

Syntax

C#
public void Panic()
Visual Basic (Declaration)
Public Sub Panic
Visual C++
public:
void Panic()

See Also