3 references to GetExceptions
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (3)
1254
if (IsFaulted) e =
GetExceptions
(false);
1887
Exception? exception =
GetExceptions
(includeTaskCanceledExceptions);
5154
AggregateException? ex = t.
GetExceptions
(true);