Classe EsentOutOfDatabaseSpaceException

Classe de base pour JET_err. Exceptions OutOfDatabaseSpace.

Hiérarchie d’héritage

System.Object
  System.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

Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'Declaration
<SerializableAttribute> _
Public NotInheritable Class EsentOutOfDatabaseSpaceException _
    Inherits EsentQuotaException
'Usage
Dim instance As EsentOutOfDatabaseSpaceException
[SerializableAttribute]
public sealed class EsentOutOfDatabaseSpaceException : EsentQuotaException

Sécurité des threads

Tout membre statique public (Shared en Visual Basic) de ce type est thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Informations de référence

Membres EsentOutOfDatabaseSpaceException

Espace de noms Microsoft.Isam.Esent.Interop