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