Classe EsentQuotaException

Classe di base per le eccezioni Quota.

Gerarchia di ereditarietà

System.Object
  Exception
    Microsoft.Isam.Esent.EsentException
      Microsoft.Isam.Esent.Interop.EsentErrorException
        Microsoft.Isam.Esent.Interop.EsentOperationException
          Microsoft.Isam.Esent.Interop.EsentResourceException
            Microsoft.Isam.Esent.Interop.EsentQuotaException
              Microsoft.Isam.Esent.Interop.EsentOutOfDatabaseSpaceException
              Microsoft.Isam.Esent.Interop.EsentTooManyInstancesException
              Microsoft.Isam.Esent.Interop.EsentTooManyOpenTablesException
              Microsoft.Isam.Esent.Interop.EsentVersionStoreOutOfMemoryException

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

Sintassi

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

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 EsentQuotaException

Spazio dei nomi Microsoft.Isam.Esent.Interop