EsentMemoryException class

Base class for Memory exceptions.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
        Microsoft.Isam.Esent.Interop.EsentOperationException
          Microsoft.Isam.Esent.Interop.EsentResourceException
            Microsoft.Isam.Esent.Interop.EsentMemoryException
              

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

Syntax

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

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

EsentMemoryException members

Microsoft.Isam.Esent.Interop namespace

Derived types

System.Object
  System.Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
        Microsoft.Isam.Esent.Interop.EsentOperationException
          Microsoft.Isam.Esent.Interop.EsentResourceException
            Microsoft.Isam.Esent.Interop.EsentMemoryException
              Microsoft.Isam.Esent.Interop.EsentOutOfBuffersException
              Microsoft.Isam.Esent.Interop.EsentOutOfCursorsException
              Microsoft.Isam.Esent.Interop.EsentOutOfFileHandlesException
              Microsoft.Isam.Esent.Interop.EsentOutOfMemoryException
              Microsoft.Isam.Esent.Interop.EsentOutOfSessionsException
              Microsoft.Isam.Esent.Interop.EsentOutOfThreadsException
              Microsoft.Isam.Esent.Interop.EsentTooManyMempoolEntriesException
              Microsoft.Isam.Esent.Interop.EsentTooManyOpenIndexesException
              Microsoft.Isam.Esent.Interop.EsentTooManySortsException