EsentErrorException-Klasse

Basisklasse für ESENT-Fehlerausnahmen.

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
         Microsoft.Isam.Esent.Interop.EsentApiException
         Microsoft.Isam.Esent.Interop.EsentCannotLogDuringRecoveryRedoException
         Microsoft.Isam.Esent.Interop.EsentDataException
         Microsoft.Isam.Esent.Interop.EsentOperationException
         Microsoft.Isam.Esent.Interop.EsentPreviousVersionException
         Microsoft.Isam.Esent.Interop.EsentVersionStoreEntryTooBigException

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

Syntax

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

Threadsicherheit

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

Weitere Informationen

Verweis

EsentErrorException-Member

Microsoft.Isam.Esent.Interop-Namespace