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.Schema.XmlSchemaException.Message
get

Definition at line 150 of file XmlSchemaException.cs.

151 {
152 get
153 {
154 string text = this.message;
155 if (text != null)
156 {
157 return text;
158 }
159 string text2;
160 return text2;
161 }
162 }