9 references to AddException
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlock.cs (1)
1953
Common.
AddException
(ref exceptions, task.Exception!, unwrapInnerExceptions: true);
Blocks\BroadcastBlock.cs (2)
1154
Common.
AddException
(ref _exceptions, exception);
1168
Common.
AddException
(ref _exceptions, exception);
Blocks\WriteOnceBlock.cs (1)
471
Common.
AddException
(ref exceptions, exc);
Internal\Common.cs (1)
527
Common.
AddException
(ref exceptions, exc);
Internal\SourceCore.cs (3)
460
Common.
AddException
(ref _exceptions, exception);
474
Common.
AddException
(ref _exceptions, exception);
487
Common.
AddException
(ref _exceptions, aggregateException, unwrapInnerExceptions: true);
Internal\TargetCore.cs (1)
155
Common.
AddException
(ref _exceptions, exception, unwrapInnerExceptions);