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

◆ StackTrace

override string UnityEngine.AndroidJavaException.StackTrace
get

Definition at line 20 of file AndroidJavaException.cs.

21 {
22 get
23 {
24 string text = this.mJavaStackTrace;
25 string stackTrace = base.StackTrace;
26 return text + stackTrace;
27 }
28 }
class f__AnonymousType0<< Count > j__TPar