EsentStateException constructor (String, JET_err)

Inicializa una nueva instancia de la clase EsentStateException.

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

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

Parámetros

Consulte también

Referencia

Clase EsentStateException

Miembros de EsentStateException

Sobrecarga de EsentStateException

Espacio de nombres Microsoft.Isam.Esent.Interop