5 references to TaskSchedulerException
mscorlib (5)
system\threading\Tasks\Task.cs (4)
1240TaskSchedulerException tse = new TaskSchedulerException(e); 1957TaskSchedulerException tse = new TaskSchedulerException(e); 3209TaskSchedulerException tse = new TaskSchedulerException(e); 3417tse = new TaskSchedulerException(e);
system\threading\Tasks\TaskContinuation.cs (1)
276TaskSchedulerException tse = new TaskSchedulerException(e);