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

◆ Source

virtual string System.Exception.Source
getinherited

Definition at line 203 of file Exception.cs.

204 {
205 get
206 {
207 while (this._source == null)
208 {
209 }
210 return this._source;
211 }
212 }