EsentInconsistentException constructor (String, JET_err)

Initializes a new instance of the EsentInconsistentException class.

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 EsentInconsistentException(description, _
    err)
protected EsentInconsistentException(
    string description,
    JET_err err
)

Parameters

See also

Reference

EsentInconsistentException class

EsentInconsistentException members

EsentInconsistentException overload

Microsoft.Isam.Esent.Interop namespace