EsentException-Konstruktor (String)
Initialisiert eine neue Instanz 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.StringDie Meldung, in der der Fehler beschrieben wird.