WorkflowUnhandledExceptionAction Enumeration
.NET Framework (current version)
An enumeration that specifies the action to perform when an unhandled exception occurs within a workflow.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 4.0
Show: