EsentObsoleteException-Konstruktor (String, JET_err)
Initialisiert eine neue instance der EsentObsoleteException-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 EsentObsoleteException(description, _
err)
protected EsentObsoleteException(
string description,
JET_err err
)
Parameter
description
Typ: System.StringDie Beschreibung des Fehlers.
Err
Typ: Microsoft.Isam.Esent.Interop.JET_errDer Fehlercode der Ausnahme.