SPUserCodeExecutionPipelineFailedException constructor (String, Exception)

Initializes a new instance of the SPUserCodeExecutionPipelineFailedException class using the message and innerException parameters.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SPUserCodeExecutionPipelineFailedException(message, _
    innerException)
public SPUserCodeExecutionPipelineFailedException(
    string message,
    Exception innerException
)

Parameters

  • innerException
    Type: System.Exception

    The exception that is the cause of this exception. Set this parameter to null if there is no inner exception.

See also

Reference

SPUserCodeExecutionPipelineFailedException class

SPUserCodeExecutionPipelineFailedException members

SPUserCodeExecutionPipelineFailedException overload

Microsoft.SharePoint.UserCode namespace