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