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