2 writes to lastExceptionThrown
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (2)
633this.lastExceptionThrown = null; 1006owner.lastExceptionThrown = e;
3 references to lastExceptionThrown
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (3)
497this.lastExceptionThrown.ToString())); 498throw this.lastExceptionThrown; 728if (this.lastExceptionThrown != null)