terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AggregateException() [10/10]

System.AggregateException.AggregateException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 87 of file AggregateException.cs.

88 {
89 Type type;
90 do
91 {
92 if (!true)
93 {
94 }
95 base..ctor(info, context);
96 if (info == null)
97 {
98 return;
99 }
100 }
101 while (info.GetValue("InnerExceptions", type) == null);
102 }
class f__AnonymousType0<< Count > j__TPar

References System.info, and j__TPar.