1 instantiation of WorkflowExecutionExceptionEventArgs
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
3386localWorkflowExecutionEvent(this, new WorkflowExecutionExceptionEventArgs(exception, currentPath, originalPath, contextGuid, parentContextGuid));
2 references to WorkflowExecutionExceptionEventArgs
System.Workflow.Runtime (2)
Tracking.cs (2)
848WorkflowExecutor.WorkflowExecutionExceptionEventArgs weea = (WorkflowExecutor.WorkflowExecutionExceptionEventArgs)e;