2 references to ThrowIfExceptional
mscorlib (2)
system\threading\Tasks\Future.cs (1)
562
if (!IsRanToCompletion)
ThrowIfExceptional
(includeTaskCanceledExceptions: true);
system\threading\Tasks\Task.cs (1)
3184
ThrowIfExceptional
(true);