Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UnknownExceptionAction Enumeration

 
Note: This API is now obsolete.

Specifies how a durable service will handle an unknown exception.

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

<ObsoleteAttribute("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>
Public Enumeration UnknownExceptionAction

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft