共用方式為


SPQueryThrottledException constructor (String, Exception)

初始化具有指定的錯誤訊息和內部是造成這個例外狀況的例外狀況的參考之SPQueryThrottleException類別的新執行個體。

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

Syntax

'宣告
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'用途
Dim message As String
Dim innerException As Exception

Dim instance As New SPQueryThrottledException(message, _
    innerException)
public SPQueryThrottledException(
    string message,
    Exception innerException
)

參數

  • innerException
    Type: System.Exception

    是目前的例外狀況或a null reference (Nothing in Visual Basic)的原因,如果不指定任何內部例外狀況的例外狀況。

請參閱

參照

SPQueryThrottledException class

SPQueryThrottledException members

SPQueryThrottledException overload

Microsoft.SharePoint namespace