Classe EsentException

Classe di base per le eccezioni ESENT.

Gerarchia di ereditarietà

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

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

Sintassi

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

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 EsentException

Spazio dei nomi Microsoft.Isam.Esent