1 override of ScheduleAction
System.Activities (1)
System\Activities\Statements\Catch.cs (1)
62internal override void ScheduleAction(NativeActivityContext context, Exception exception,
1 reference to ScheduleAction
System.Activities (1)
System\Activities\Statements\TryCatch.cs (1)
220toSchedule.ScheduleAction(context, state.CaughtException.Exception, new CompletionCallback(OnCatchComplete), this.ExceptionFromCatchOrFinallyHandler);