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

Reimplemented from System.ArgumentException.

Definition at line 55 of file ArgumentOutOfRangeException.cs.

56 {
57 base.GetObjectData(info, context);
58 object actualValue = this._actualValue;
59 if (!true)
60 {
61 }
62 Type type;
63 info.AddValue("ActualValue", actualValue, type);
64 }
class f__AnonymousType0<< Count > j__TPar

References System.ArgumentOutOfRangeException._actualValue, System.info, and j__TPar.