WorkflowUnhandledExceptionAction Enumeration

.NET Framework (current version)
 

An enumeration that specifies the action to perform when an unhandled exception occurs within a workflow.

Namespace:   System.ServiceModel.Activities.Description
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

public enum class WorkflowUnhandledExceptionAction

Member nameDescription
Abandon

Abandons the workflow instance.

AbandonAndSuspend

Abandons the workflow instance and marks the last persisted state as suspended. If there is no last persisted instance can be found, the workflow instance is aborted.

Cancel

Cancels the workflow instance.

Terminate

Terminates the workflow instance. The instance state is Complete.

.NET Framework
Available since 4.0
Return to top
Show: