1 write to terminationException
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
1496
this.completionState = this.Controller.GetCompletionState(out this.workflowOutputs, out this.
terminationException
);
4 references to terminationException
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
1552
data[WorkflowNamespace.Exception] = new InstanceValue(this.
terminationException
, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional);
1787
if (this.
terminationException
!= null)
2175
if (this.
terminationException
!= null)
3939
result = this.instance.creationContext.OnBeginWorkflowCompleted(this.instance.completionState, this.instance.workflowOutputs, this.instance.
terminationException
,