Throw an exception which corresponds to the specified Berkeley DB
            error code.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public static void ThrowException( int err ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Sub ThrowException ( _ err As Integer _ ) | 
| Visual C++ | 
|---|
| public: static void ThrowException( int err ) | 
Parameters
- err
- Type: System..::.Int32
 The Berkeley DB error code





