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