9 references to AddException
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlock.cs (1)
2034
Common.
AddException
(ref exceptions, task.Exception!, unwrapInnerExceptions: true);
Blocks\BroadcastBlock.cs (2)
1166
Common.
AddException
(ref _exceptions, exception);
1180
Common.
AddException
(ref _exceptions, exception);
Blocks\WriteOnceBlock.cs (1)
483
Common.
AddException
(ref exceptions, exc);
Internal\Common.cs (1)
527
Common.
AddException
(ref exceptions, exc);
Internal\SourceCore.cs (3)
466
Common.
AddException
(ref _exceptions, exception);
480
Common.
AddException
(ref _exceptions, exception);
493
Common.
AddException
(ref _exceptions, aggregateException, unwrapInnerExceptions: true);
Internal\TargetCore.cs (1)
155
Common.
AddException
(ref _exceptions, exception, unwrapInnerExceptions);