EsentErrorException.Error property

Gets the underlying Esent error for this exception.

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

Syntax

'Declaration
Public ReadOnly Property Error As JET_err
    Get
'Usage
Dim instance As EsentErrorException
Dim value As JET_err

value = instance.Error
public JET_err Error { get; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_err

See also

Reference

EsentErrorException class

EsentErrorException members

Microsoft.Isam.Esent.Interop namespace