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