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

◆ AggregateException() [9/11]

System.AggregateException.AggregateException ( List< ExceptionDispatchInfo > innerExceptionInfos)
inlinepackage

Definition at line 108 of file AggregateException.cs.

109 : this(SR.AggregateException_ctor_DefaultMessage, innerExceptionInfos)
110 {
111 }