Classe EsentIOException

Classe di base per le eccezioni I/O.

Gerarchia di ereditarietà

System.Object
  Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
        Microsoft.Isam.Esent.Interop.EsentOperationException
          Microsoft.Isam.Esent.Interop.EsentIOException
            Microsoft.Isam.Esent.Interop.EsentDeleteBackupFileFailException
            Microsoft.Isam.Esent.Interop.EsentDiskIOException
            Microsoft.Isam.Esent.Interop.EsentFileAccessDeniedException
            Microsoft.Isam.Esent.Interop.EsentLogWriteFailException
            Microsoft.Isam.Esent.Interop.EsentMakeBackupDirectoryFailException

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

Sintassi

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

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 EsentIOException

Spazio dei nomi Microsoft.Isam.Esent.Interop