3 references to WorkflowTerminatedException
System.Workflow.ComponentModel (1)
AuthoringOM\Terminate.cs (1)
54
executionContext.TerminateWorkflowInstance(new
WorkflowTerminatedException
(terminateReason));
System.Workflow.Runtime (2)
Tracking\TrackingWorkflowEventArgs.cs (1)
61
_e = new
WorkflowTerminatedException
(error);
WorkflowEventArgs.cs (1)
117
this.exception = new
WorkflowTerminatedException
(error);