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.IO.FileLoadException.Message
get

Definition at line 27 of file FileLoadException.cs.

28 {
29 get
30 {
31 string text2;
32 if (this._message == null)
33 {
34 string text = this.<FileName>k__BackingField;
35 this._message = text2;
36 }
37 return text2;
38 }
39 }
class f__AnonymousType0<< Count > j__TPar
readonly string< FileName > k__BackingField