11 references to AddException
System.Threading.Tasks.Dataflow (11)
Blocks\BatchBlock.cs (2)
437
_owningBatch._source.
AddException
(exception);
449
catch (Exception e) { _owningBatch._source.
AddException
(e); }
Blocks\BatchedJoinBlock.cs (4)
90
_source.
AddException
,
167
if (!_sharedResources._decliningPermanently) _source.
AddException
(exception);
338
_source.
AddException
,
421
if (!_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)
770
AddException
(exception);
840
AddException
(exc);