Share via


SPQueryThrottledException class

所嘗試的作業超過系統管理員設定的清單檢視臨界值時,會擲回的例外狀況。

Inheritance hierarchy

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SerializableAttribute> _
Public NotInheritable Class SPQueryThrottledException _
    Inherits SPException
'用途
Dim instance As SPQueryThrottledException
[SerializableAttribute]
public sealed class SPQueryThrottledException : SPException

備註

伺服陣列管理員可以設定限制放可能包含由查詢傳回的結果中的清單項目數量的清單檢視臨界值。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPQueryThrottledException members

Microsoft.SharePoint namespace