2 writes to exception
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
3572
this.
exception
= exception;
3580
set { this.
exception
= value; }
2 references to exception
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
3579
get { return this.
exception
; }
3607
ExceptionToPropagate = this.
exception
;