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

Definition at line 71 of file MissingMemberException.cs.

72 {
73 get
74 {
75 if (this.ClassName == null)
76 {
77 string text;
78 return text;
79 }
80 string memberName = this.MemberName;
81 if (this.Signature != null)
82 {
83 string text2;
84 return text2;
85 }
86 string text3;
87 return SR.Format("Member '{0}' not found.", text3);
88 }
89 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7