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