1 instantiation of WorkflowApplicationUnhandledExceptionEventArgs
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
5269
action = handler(new
WorkflowApplicationUnhandledExceptionEventArgs
(instance, exception, source, sourceInstanceId));
3 references to WorkflowApplicationUnhandledExceptionEventArgs
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
64
Func<
WorkflowApplicationUnhandledExceptionEventArgs
, UnhandledExceptionAction> onUnhandledException;
210
public Func<
WorkflowApplicationUnhandledExceptionEventArgs
, UnhandledExceptionAction> OnUnhandledException
5258
Func<
WorkflowApplicationUnhandledExceptionEventArgs
, UnhandledExceptionAction> handler = instance.OnUnhandledException;