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