NoPanic Property

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 { get; set; }
Visual Basic (Declaration)
Public Property NoPanic As Boolean
Visual C++
public:
property bool NoPanic {
	bool get ();
	void set (bool value);
}

See Also