3 references to ExceptionOccured
System.Workflow.Runtime (3)
Scheduler.cs (1)
214
this.RootWorkflowExecutor.
ExceptionOccured
(exp, itemActivity == null ? contextActivity : itemActivity, null);
WorkflowExecutor.cs (2)
972
this.
ExceptionOccured
(e, activity, null);
2953
this.
ExceptionOccured
(e, activity, responsibleActivity);