SPUserCodeSolutionExecutionFailedException 构造函数

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

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

语法

声明
Public Sub New ( _
    message As String, _
    innerException As SPUserCodeSolutionProxiedException _
)
用法
Dim message As String
Dim innerException As SPUserCodeSolutionProxiedException

Dim instance As New SPUserCodeSolutionExecutionFailedException(message, _
    innerException)
public SPUserCodeSolutionExecutionFailedException(
    string message,
    SPUserCodeSolutionProxiedException innerException
)

参数

  • message
    类型:System.String

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

另请参阅

引用

SPUserCodeSolutionExecutionFailedException 类

SPUserCodeSolutionExecutionFailedException 成员

Microsoft.SharePoint.UserCode 命名空间