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