Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Fault()

void IDataflowBlock. System.Threading.Tasks.Dataflow.BroadcastBlock< T >.Fault ( Exception exception)
inlineprivate

Implements System.Threading.Tasks.Dataflow.IDataflowBlock.

Definition at line 660 of file BroadcastBlock.cs.

661 {
662 if (exception == null)
663 {
664 throw new ArgumentNullException("exception");
665 }
667 }
void CompleteCore(Exception exception, bool storeExceptionEvenIfAlreadyCompleting, bool revertProcessingState=false)

References System.Threading.Tasks.Dataflow.BroadcastBlock< T >.CompleteCore(), and System.exception.