SPQueryThrottledException 构造函数 (String, Exception)

初始化使用指定的错误消息和对导致此异常的内部异常的引用SPQueryThrottleException类的一个新实例。

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

语法

声明
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
    类型:System.Exception

    如果没有指定内部异常则是当前的异常或空引用(无 在 Visual Basic 中)的原因的异常。

另请参阅

引用

SPQueryThrottledException 类

SPQueryThrottledException 成员

SPQueryThrottledException 重载

Microsoft.SharePoint 命名空间