UnknownExceptionAction 枚举

定义

注意

The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*

指定持久性服务将如何处理未知异常。

public enum class UnknownExceptionAction
public enum UnknownExceptionAction
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public enum UnknownExceptionAction
type UnknownExceptionAction = 
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type UnknownExceptionAction = 
Public Enum UnknownExceptionAction
继承
UnknownExceptionAction
属性

字段

AbortInstance 1

服务将突然停止,并将现有的状态信息保留在其持久性存储区中。 在引发未知异常的操作期间对实例状态所进行的任何更改都将会丢失。

TerminateInstance 0

服务将关闭所有通道并将其状态信息从其持久性存储区中移除。

注解

默认情况下,在创建持久性服务时, UnknownExceptionAction 会将设置为 TerminateInstance。

适用于