6 references to AddException
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (5)
1255AddException(tse); 1850AddException(tse); 2378AddException(exceptionHolder.CreateExceptionObject(false, null)); 2587AddException(unhandledException); 3548AddException(exceptionObject); // handles singleton exception or exception collection
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
246task.AddException(tse);