Classe EsentDataException

Classe di base per Le eccezioni di dati.

Gerarchia di ereditarietà

System.Object
  Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
        Microsoft.Isam.Esent.Interop.EsentDataException
          Microsoft.Isam.Esent.Interop.EsentCorruptionException
          Microsoft.Isam.Esent.Interop.EsentFragmentationException
          Microsoft.Isam.Esent.Interop.EsentInconsistentException

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

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

Thread safety

I membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedi anche

Riferimento

Membri di EsentDataException

Spazio dei nomi Microsoft.Isam.Esent.Interop