2 instantiations of WorkflowExecutionTerminatedEventArgs
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
3475
localWorkflowExecutionEvent(this, new
WorkflowExecutionTerminatedEventArgs
(exception));
3485
localWorkflowExecutionEvent(this, new
WorkflowExecutionTerminatedEventArgs
(error));
2 references to WorkflowExecutionTerminatedEventArgs
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
1240
WorkflowExecutor.
WorkflowExecutionTerminatedEventArgs
args = (WorkflowExecutor.
WorkflowExecutionTerminatedEventArgs
)e;