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

◆ Fault()

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

Implements System.Threading.Tasks.Dataflow.IDataflowBlock.

Definition at line 179 of file WriteOnceBlock.cs.

180 {
181 if (exception == null)
182 {
183 throw new ArgumentNullException("exception");
184 }
186 }
void CompleteCore(Exception exception, bool storeExceptionEvenIfAlreadyCompleting)

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