Freigeben über


EsentApiException-Konstruktor (String, JET_err)

Initialisiert eine neue instance der EsentApiException-Klasse.

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

Syntax

'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
)

Parameter

Siehe auch

Verweis

EsentApiException-Klasse

EsentApiException-Member

EsentApiException-Überladung

Microsoft.Isam.Esent.Interop-Namespace