2 instantiations of WorkflowExecutionTerminatingEventArgs
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
3455
localWorkflowExecutionEvent(this, new
WorkflowExecutionTerminatingEventArgs
(exception));
3465
localWorkflowExecutionEvent(this, new
WorkflowExecutionTerminatingEventArgs
(error));
2 references to WorkflowExecutionTerminatingEventArgs
System.Workflow.Runtime (2)
Tracking.cs (2)
841
WorkflowExecutor.
WorkflowExecutionTerminatingEventArgs
wtea = (WorkflowExecutor.
WorkflowExecutionTerminatingEventArgs
)e;