9 references to UnhandledExceptionAction
System.Activities (9)
System\Activities\WorkflowApplication.cs (9)
64Func<WorkflowApplicationUnhandledExceptionEventArgs, UnhandledExceptionAction> onUnhandledException; 210public Func<WorkflowApplicationUnhandledExceptionEventArgs, UnhandledExceptionAction> OnUnhandledException 5258Func<WorkflowApplicationUnhandledExceptionEventArgs, UnhandledExceptionAction> handler = instance.OnUnhandledException; 5260UnhandledExceptionAction action = UnhandledExceptionAction.Terminate; 5279action = UnhandledExceptionAction.Terminate; 5289case UnhandledExceptionAction.Abort: 5292case UnhandledExceptionAction.Cancel: 5295case UnhandledExceptionAction.Terminate: