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