EsentException class

Base class for ESENT exceptions.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
      Microsoft.Isam.Esent.Interop.EsentInvalidColumnException

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

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class EsentException _
    Inherits Exception
'Usage
Dim instance As EsentException
[SerializableAttribute]
public abstract class EsentException : Exception

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

EsentException members

Microsoft.Isam.Esent namespace