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

◆ GetObjectData()

override void System.MissingMemberException.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtualinherited

Reimplemented from System.Exception.

Definition at line 52 of file MissingMemberException.cs.

53 {
54 base.GetObjectData(info, context);
55 string className = this.ClassName;
56 if (!true)
57 {
58 }
59 Type type;
60 info.AddValue("MMClassName", className, type);
61 string memberName = this.MemberName;
62 Type type2;
63 info.AddValue("MMMemberName", memberName, type2);
64 byte[] signature = this.Signature;
65 Type type3;
66 info.AddValue("MMSignature", signature, type3);
67 }
class f__AnonymousType0<< Count > j__TPar

References System.MissingMemberException.ClassName, System.info, j__TPar, System.MissingMemberException.MemberName, and System.MissingMemberException.Signature.