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

◆ Fault()

void IDataflowBlock. System.Threading.Tasks.Dataflow.TransformBlock< TInput, TOutput >.Fault ( Exception exception)
inlineprivate

Implements System.Threading.Tasks.Dataflow.IDataflowBlock.

Definition at line 295 of file TransformBlock.cs.

296 {
297 if (exception == null)
298 {
299 throw new ArgumentNullException("exception");
300 }
302 }

References System.Threading.Tasks.Dataflow.TransformBlock< TInput, TOutput >._target, and System.exception.