EsentException-Klasse

Basisklasse für ESENT-Ausnahmen.

Vererbungshierarchie

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

Namespace:Microsoft.Isam.Esent
Versammlung: 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

Threadsicherheit

Alle öffentlichen statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

EsentException-Member

Microsoft.Isam.Esent-Namespace