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

Definition at line 39 of file MissingFieldException.cs.

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