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

Reimplemented from System.Exception.

Reimplemented in System.ArgumentOutOfRangeException, and System.Globalization.CultureNotFoundException.

Definition at line 56 of file ArgumentException.cs.

57 {
58 base.GetObjectData(info, context);
59 string paramName = this._paramName;
60 if (!true)
61 {
62 }
63 Type type;
64 info.AddValue("ParamName", paramName, type);
65 }
class f__AnonymousType0<< Count > j__TPar

References System.ArgumentException._paramName, System.info, and j__TPar.