EsentFatalException-Konstruktor (String, JET_err)

Initialisiert eine neue Instanz der EsentFatalException-Klasse.

Namespace: Microsoft.Isam.Esent.Interop
Assembly: 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 EsentFatalException(description, _
    err)
protected EsentFatalException(
    string description,
    JET_err err
)

Parameter

Weitere Informationen

Verweis

EsentFatalException-Klasse

EsentFatalException-Member

EsentFatalException-Überladung

Microsoft.Isam.Esent.Interop-Namespace