Classe EsentApiException

Classe di base per le eccezioni API.

Gerarchia di ereditarietà

System.Object
  Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
        Microsoft.Isam.Esent.Interop.EsentApiException
          Microsoft.Isam.Esent.Interop.EsentObsoleteException
          Microsoft.Isam.Esent.Interop.EsentStateException
          Microsoft.Isam.Esent.Interop.EsentUsageException

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

Sintassi

'Declaration
<SerializableAttribute> _
Public MustInherit Class EsentApiException _
    Inherits EsentErrorException
'Usage
Dim instance As EsentApiException
[SerializableAttribute]
public abstract class EsentApiException : 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 EsentApiException

Spazio dei nomi Microsoft.Isam.Esent.Interop