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: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public void Panic()  | 
| Visual Basic (Declaration) | 
|---|
Public Sub Panic  | 
| Visual C++ | 
|---|
public: void Panic()  |