2 references to ExceptionFromCatchOrFinallyHandler
System.Activities (2)
System\Activities\Statements\TryCatch.cs (2)
220toSchedule.ScheduleAction(context, state.CaughtException.Exception, new CompletionCallback(OnCatchComplete), this.ExceptionFromCatchOrFinallyHandler); 288context.ScheduleActivity(this.Finally, new CompletionCallback(OnFinallyComplete), this.ExceptionFromCatchOrFinallyHandler);