3 references to GetExceptions
mscorlib (3)
system\threading\Tasks\Task.cs (3)
1410if (IsFaulted) e = GetExceptions(false); 2149Exception exception = GetExceptions(includeTaskCanceledExceptions); 5290AggregateException ex = t.GetExceptions(true);