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

Definition at line 39 of file MissingMethodException.cs.

40 {
41 get
42 {
43 if (this.ClassName == null)
44 {
45 string text;
46 return text;
47 }
48 string memberName = this.MemberName;
49 if (this.Signature != null)
50 {
51 string text2;
52 return text2;
53 }
54 string text3;
55 return SR.Format("Method '{0}' not found.", text3);
56 }
57 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7