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.TypeLoadException.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtualinherited

Reimplemented from System.Exception.

Definition at line 104 of file TypeLoadException.cs.

105 {
106 while (info == null)
107 {
108 }
109 base.GetObjectData(info, context);
110 string className = this.ClassName;
111 if (!true)
112 {
113 }
114 Type type;
115 info.AddValue("TypeLoadClassName", className, type);
116 string assemblyName = this.AssemblyName;
117 Type type2;
118 info.AddValue("TypeLoadAssemblyName", assemblyName, type2);
119 string messageArg = this.MessageArg;
120 Type type3;
121 info.AddValue("TypeLoadMessageArg", messageArg, type3);
122 int resourceId = this.ResourceId;
123 info.AddValue("TypeLoadResourceID", resourceId);
124 }
class f__AnonymousType0<< Count > j__TPar
void AddValue(string name, object value, Type type)

References System.Runtime.Serialization.SerializationInfo.AddValue(), System.TypeLoadException.AssemblyName, System.TypeLoadException.ClassName, System.info, j__TPar, System.TypeLoadException.MessageArg, and System.TypeLoadException.ResourceId.