1 instantiation of NotifyUnhandledExceptionAction
System.Activities (1)
System\Activities\Runtime\Scheduler.cs (1)
139return new NotifyUnhandledExceptionAction(exception, sourceInstance);
6 references to NotifyUnhandledExceptionAction
System.Activities (6)
System\Activities\Runtime\Scheduler.cs (6)
205Fx.Assert(action is NotifyUnhandledExceptionAction, "This is the only other choice because we should never have YieldSilently here"); 207NotifyUnhandledExceptionAction notifyAction = (NotifyUnhandledExceptionAction)action; 476Fx.Assert(nextAction is NotifyUnhandledExceptionAction, "This is the only other option"); 478NotifyUnhandledExceptionAction notifyAction = (NotifyUnhandledExceptionAction)nextAction;