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

◆ InnerExceptions

ReadOnlyCollection<Exception> System.AggregateException.InnerExceptions
get

Definition at line 116 of file AggregateException.cs.

117 {
118 get
119 {
120 return this.m_innerExceptions;
121 }
122 }
ReadOnlyCollection< Exception > m_innerExceptions