Edit

EsentException constructor (String)

Initializes a new instance of the EsentException class with a specified error message.

Namespace:  Microsoft.Isam.Esent
Assembly:  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
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

See also

Reference

EsentException class

EsentException members

EsentException overload

Microsoft.Isam.Esent namespace