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.FileNotFoundException.Message
get

Definition at line 35 of file FileNotFoundException.cs.

36 {
37 get
38 {
39 this.SetMessageField();
40 return this._message;
41 }
42 }