EsentException-Konstruktor (String)

Initialisiert eine neue instance der EsentException-Klasse mit einer angegebenen Fehlermeldung.

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

Syntax

'Declaration
Protected Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New EsentException(message)
protected EsentException(
    string message
)

Parameter

  • message
    Typ: System.String

    Die Meldung, in der der Fehler beschrieben wird.

Siehe auch

Verweis

EsentException-Klasse

EsentException-Member

EsentException-Überladung

Microsoft.Isam.Esent-Namespace