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

◆ Fault()

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

Implements System.Threading.Tasks.Dataflow.IDataflowBlock.

Definition at line 174 of file BufferBlock.cs.

175 {
176 if (exception == null)
177 {
178 throw new ArgumentNullException("exception");
179 }
181 }
void CompleteCore(Exception exception, bool storeExceptionEvenIfAlreadyCompleting, bool revertProcessingState=false)

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