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
message
Type: System.StringThe reason for the exception.
innerException
Type: System.ExceptionThe 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