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