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

◆ Message

virtual string System.Exception.Message
getinherited

Definition at line 78 of file Exception.cs.

79 {
80 get
81 {
82 string message = this._message;
83 if (message != null)
84 {
85 return message;
86 }
87 if (this._className == null)
88 {
89 string className = this.GetClassName();
90 this._className = className;
91 }
92 string className2 = this._className;
93 if (className2 == null || className2 != null)
94 {
95 string text;
96 return text;
97 }
99 }
100 }
class f__AnonymousType0<< Count > j__TPar
string GetClassName()
Definition Exception.cs:134