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

override string System.Xml.XmlException.Message
get

Definition at line 308 of file XmlException.cs.

309 {
310 get
311 {
312 string text = this.message;
313 if (text != null)
314 {
315 return text;
316 }
317 string text2;
318 return text2;
319 }
320 }