SPUserCodeExecutionPipelineTerminallyFailedException constructor (String, Exception)
Initializes a new instance of the SPUserCodeExecutionPipelineTerminallyFailedException class.
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 SPUserCodeExecutionPipelineTerminallyFailedException(message, _
innerException)
public SPUserCodeExecutionPipelineTerminallyFailedException(
string message,
Exception innerException
)
Parameters
message
Type: System.StringThe reason the request was refused.
innerException
Type: System.ExceptionThe exception that is the cause of the current exception or a null reference if no inner exception is specified.
See also
Reference
SPUserCodeExecutionPipelineTerminallyFailedException class
SPUserCodeExecutionPipelineTerminallyFailedException members
SPUserCodeExecutionPipelineTerminallyFailedException overload