2 writes to exception
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
3620
this.
exception
= exception;
3655
set { this.
exception
= value; }
2 references to exception
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
3654
get { return this.
exception
; }
3690
this.ExceptionToPropagate = this.
exception
;