EsentQuotaException-Konstruktor (String, JET_err)

Initialisiert eine neue Instanz der EsentQuotaException-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 EsentQuotaException(description, _
    err)
protected EsentQuotaException(
    string description,
    JET_err err
)

Parameter

Siehe auch

Referenz

EsentQuotaException-Klasse

EsentQuotaException-Member

EsentQuotaException-Überladung

Microsoft.Isam.Esent.Interop-Namespace