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解释异常原因的错误消息。
innerException
类型:Microsoft.SharePoint.UserCode.SPUserCodeSolutionProxiedException如果未不指定任何innerException是 null 引用当前异常的原因的异常。
另请参阅
引用
SPUserCodeSolutionExecutionFailedException 类