6 references to AddException
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (5)
1106
AddException
(tse);
1696
AddException
(tse);
2224
AddException
(exceptionHolder.CreateExceptionObject(false, null));
2432
AddException
(unhandledException);
3387
AddException
(exceptionObject); // handles singleton exception or exception collection
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
246
task.
AddException
(tse);