JET_ExceptionAction enumeration

Constants to be used with JET_paramExceptionAction.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Enumeration JET_ExceptionAction
'Usage
Dim instance As JET_ExceptionAction
public enum JET_ExceptionAction

Members

Member name Description
MsgBox Display message box on exception.
None Do not handle exceptions. Throw them to the caller.

See also

Reference

Microsoft.Isam.Esent.Interop namespace