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

◆ TypeLoadException() [5/5]

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

Definition at line 86 of file TypeLoadException.cs.

87 {
88 do
89 {
90 base..ctor(info, context);
91 }
92 while (info == null);
93 string @string = info.GetString("TypeLoadClassName");
94 this.ClassName = @string;
95 string string2 = info.GetString("TypeLoadAssemblyName");
97 string string3 = info.GetString("TypeLoadMessageArg");
99 int @int = info.GetInt32("TypeLoadResourceID");
100 this.ResourceId = @int;
101 }
class f__AnonymousType0<< Count > j__TPar

References System.info, and j__TPar.