SPUserCodeSolutionExecutionFailedException Constructor
Initializes a new instance of the SPUserCodeSolutionExecutionFailedException class.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As SPUserCodeSolutionProxiedException _
)
'Usage
Dim message As String
Dim innerException As SPUserCodeSolutionProxiedException
Dim instance As New SPUserCodeSolutionExecutionFailedException(message, _
innerException)
public SPUserCodeSolutionExecutionFailedException(
string message,
SPUserCodeSolutionProxiedException innerException
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
innerException
Type: Microsoft.SharePoint.UserCode.SPUserCodeSolutionProxiedExceptionThe exception that is the cause of the current exception or a null reference if no innerException is specified.
See Also
Reference
SPUserCodeSolutionExecutionFailedException Class