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