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