EsentQuotaException 类

配额异常的基类。

继承层次结构

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
              Microsoft.Isam.Esent.Interop.EsentTooManyInstancesException
              Microsoft.Isam.Esent.Interop.EsentTooManyOpenTablesException
              Microsoft.Isam.Esent.Interop.EsentVersionStoreOutOfMemoryException

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

线程安全

此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。

另请参阅

参考

EsentQuotaException 成员

Microsoft.Isam.Esent.Interop 命名空间