11 references to AddException
System.Threading.Tasks.Dataflow (11)
Blocks\BatchBlock.cs (2)
440_owningBatch._source.AddException(exception); 452catch (Exception e) { _owningBatch._source.AddException(e); }
Blocks\BatchedJoinBlock.cs (4)
90_source.AddException, 170if (!_sharedResources._decliningPermanently) _source.AddException(exception); 341_source.AddException, 427if (!_sharedResources._decliningPermanently) _source.AddException(exception);
Blocks\BufferBlock.cs (1)
171_source.AddException(exception);
Blocks\JoinBlock.cs (2)
79_source.AddException(exception); 303_source.AddException(exception);
Internal\SourceCore.cs (2)
776AddException(exception); 846AddException(exc);