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