UnknownExceptionAction Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.ServiceModel.Description
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
Return to top
Specifies how a durable service will handle an unknown exception.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
| Member name | Description | |
|---|---|---|
| AbortInstance | The service will abruptly stop and leave existing state information in its persistence store. Any changes to instance state during the operation which threw the unknown exception will be lost. | |
| TerminateInstance | The service will close all channels and remove its state information from its persistence store. |
By default, when a durable service is created, UnknownExceptionAction is set to TerminateInstance.
.NET Framework
Available since 3.5
Available since 3.5
Show: