7 references to AddException
mscorlib (7)
system\threading\Tasks\Future.cs (1)
604
AddException
(exceptionObject); // handles singleton exception or exception collection
system\threading\Tasks\Task.cs (5)
1241
AddException
(tse);
1950
AddException
(tae);
1958
AddException
(tse);
2442
AddException
(exceptionHolder.CreateExceptionObject(false, null));
2927
AddException
(unhandledException);
system\threading\Tasks\TaskContinuation.cs (1)
277
task.
AddException
(tse);