ThrowException Method

BerkeleyDB

Throw an exception which corresponds to the specified Berkeley DB error code.

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

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

See Also