11 references to AddException
System.Threading.Tasks.Dataflow (11)
Blocks\BatchBlock.cs (2)
437_owningBatch._source.AddException(exception); 449catch (Exception e) { _owningBatch._source.AddException(e); }
Blocks\BatchedJoinBlock.cs (4)
90_source.AddException, 167if (!_sharedResources._decliningPermanently) _source.AddException(exception); 338_source.AddException, 421if (!_sharedResources._decliningPermanently) _source.AddException(exception);
Blocks\BufferBlock.cs (1)
165_source.AddException(exception);
Blocks\JoinBlock.cs (2)
76_source.AddException(exception); 294_source.AddException(exception);
Internal\SourceCore.cs (2)
770AddException(exception); 840AddException(exc);