ProjectSequence.HandleFault Method
Handles the specified exception in a Project Server workflow.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Protected Overrides Function HandleFault ( _
executionContext As ActivityExecutionContext, _
exception As Exception _
) As ActivityExecutionStatus
'Usage
Dim executionContext As ActivityExecutionContext
Dim exception As Exception
Dim returnValue As ActivityExecutionStatus
returnValue = Me.HandleFault(executionContext, _
exception)
protected override ActivityExecutionStatus HandleFault(
ActivityExecutionContext executionContext,
Exception exception
)
Parameters
- executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContext
The execution environment of a Project Server workflow.
- exception
Type: System.Exception
The specific exception type.
Return Value
Type: System.Workflow.ComponentModel.ActivityExecutionStatus