4 references to TerminationException
System.Activities (4)
System\Activities\Hosting\WorkflowInstance.cs (4)
703Fx.Assert(this.executor.TerminationException != null, "must have a termination exception if we're faulted"); 704this.controller.Track(new WorkflowInstanceTerminatedRecord(this.Id, this.WorkflowDefinition.DisplayName, this.executor.TerminationException.Message, this.DefinitionIdentity)); 1155terminationException = this.executor.TerminationException; 1164terminationException = this.executor.TerminationException;