1 write to outstandingException
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
841
this.
outstandingException
= e;
3 references to outstandingException
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (3)
517
if (this.
outstandingException
!= null)
522
this.
outstandingException
.ToString()));
523
throw this.
outstandingException
;