NoPanic Field

BerkeleyDB

If true, Berkeley DB will ignore any panic state in the database environment. (Database environments in a panic state normally refuse all attempts to call Berkeley DB functions, throwing RunRecoveryException. This functionality should never be used for purposes other than debugging.

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

Syntax

C#
public bool NoPanic
Visual Basic (Declaration)
Public NoPanic As Boolean
Visual C++
public:
bool NoPanic

See Also