Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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