Share via


SPUserCodeSolutionExecutionFailedException constructor

Initializes a new instance of the SPUserCodeSolutionExecutionFailedException class.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.String

    The error message that explains the reason for the exception.

See also

Reference

SPUserCodeSolutionExecutionFailedException class

SPUserCodeSolutionExecutionFailedException members

Microsoft.SharePoint.UserCode namespace