SPUserCodeNoAvailableServersFoundException 构造函数 (String, Exception)

SPUserCodeNoAvailableServersFoundException类的新实例进行初始化。

命名空间:  Microsoft.SharePoint.UserCode
程序集:  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 SPUserCodeNoAvailableServersFoundException(message, _
    innerException)
public SPUserCodeNoAvailableServersFoundException(
    string message,
    Exception innerException
)

参数

  • message
    类型:System.String

    解释异常原因的错误消息。

  • innerException
    类型:System.Exception

    如果指定了innerException不是当前的异常,则为 null 引用的原因的异常。

另请参阅

引用

SPUserCodeNoAvailableServersFoundException 类

SPUserCodeNoAvailableServersFoundException 成员

SPUserCodeNoAvailableServersFoundException 重载

Microsoft.SharePoint.UserCode 命名空间