Freigeben über


EsentDiskException-Klasse

Basisklasse für Datenträgerausnahmen.

Vererbungshierarchie

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.EsentDiskException
               Microsoft.Isam.Esent.Interop.EsentDiskFullException
               Microsoft.Isam.Esent.Interop.EsentLogDiskFullException

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

Syntax

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

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

EsentDiskException-Mitglieder

Microsoft.Isam.Esent.Interop-Namespace