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

◆ AggregateException() [5/11]

System.AggregateException.AggregateException ( params Exception[] innerExceptions)
inline

Definition at line 75 of file AggregateException.cs.

76 : this(SR.AggregateException_ctor_DefaultMessage, innerExceptions)
77 {
78 }