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

◆ ThrowAggregateException()

static void System.ThrowHelper.ThrowAggregateException ( List< Exception > exceptions)
inlinestaticpackage

Definition at line 312 of file ThrowHelper.cs.

313 {
314 throw new AggregateException(exceptions);
315 }

References System.exceptions.

Referenced by System.Threading.Tasks.Task< TResult >.WaitAllCore().