SPQueryThrottledException 类

尝试的操作超出了管理员设置的列表视图阈值时,将引发异常。

继承层次结构

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        Microsoft.SharePoint.SPQueryThrottledException

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<SerializableAttribute> _
Public NotInheritable Class SPQueryThrottledException _
    Inherits SPException
用法
Dim instance As SPQueryThrottledException
[SerializableAttribute]
public sealed class SPQueryThrottledException : SPException

备注

服务器场管理员可以配置的列表视图阈值,将限制放在查询所返回的结果中可能包含的列表项的数目。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPQueryThrottledException 成员

Microsoft.SharePoint 命名空间