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

◆ AggregateException() [1/11]

System.AggregateException.AggregateException ( )
inline

Definition at line 49 of file AggregateException.cs.

50 : this(SR.AggregateException_ctor_DefaultMessage)
51 {
52 }

Referenced by System.AggregateException.Flatten(), System.AggregateException.GetBaseException(), and System.AggregateException.Handle().