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

◆ AggregateException() [4/11]

System.AggregateException.AggregateException ( IEnumerable< Exception > innerExceptions)
inline

Definition at line 70 of file AggregateException.cs.

71 : this(SR.AggregateException_ctor_DefaultMessage, innerExceptions)
72 {
73 }