Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |