11 references to AddException
System.Threading.Tasks.Dataflow (11)
Blocks\BatchBlock.cs (2)
440
_owningBatch._source.
AddException
(exception);
452
catch (Exception e) { _owningBatch._source.
AddException
(e); }
Blocks\BatchedJoinBlock.cs (4)
90
_source.
AddException
,
170
if (!_sharedResources._decliningPermanently) _source.
AddException
(exception);
341
_source.
AddException
,
427
if (!_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)
776
AddException
(exception);
846
AddException
(exc);