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