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

◆ MissingMemberException() [3/3]

System.MissingMemberException.MissingMemberException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 26 of file MissingMemberException.cs.

27 {
28 string @string = info.GetString("MMClassName");
29 this.ClassName = @string;
30 string string2 = info.GetString("MMMemberName");
32 if (!true)
33 {
34 }
35 Type type;
36 object value = info.GetValue("MMSignature", type);
37 if (value != null)
38 {
39 if (value == null)
40 {
41 throw new InvalidCastException();
42 }
44 if (value == null)
45 {
46 throw new InvalidCastException();
47 }
48 }
49 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.value.