Constructeur EsentApiException (String, JET_err)
Initialise une nouvelle instance de la classe EsentApiException.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Protected Sub New ( _
description As String, _
err As JET_err _
)
'Usage
Dim description As String
Dim err As JET_err
Dim instance As New EsentApiException(description, _
err)
protected EsentApiException(
string description,
JET_err err
)
Paramètres
description
Type : System.StringDescription de l'erreur.
Err
Type : Microsoft.Isam.Esent.Interop.JET_errCode d’erreur de l’exception.