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.ComponentModel.LicenseException.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtual

Reimplemented from System.Exception.

Definition at line 91 of file LicenseException.cs.

92 {
93 while (info == null)
94 {
95 }
96 Type type = this.type;
97 info.AddValue("type", type);
98 object obj = this.instance;
99 info.AddValue("instance", obj);
100 base.GetObjectData(info, context);
101 }
class f__AnonymousType0<< Count > j__TPar
void AddValue(string name, object value, Type type)

References System.Runtime.Serialization.SerializationInfo.AddValue(), System.info, System.ComponentModel.LicenseException.instance, j__TPar, System.obj, and System.ComponentModel.LicenseException.type.