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

Reimplemented from System.Exception.

Definition at line 105 of file AggregateException.cs.

106 {
107 base.GetObjectData(info, context);
109 if (this.m_innerExceptions == null)
110 {
111 }
112 }
class f__AnonymousType0<< Count > j__TPar
ReadOnlyCollection< Exception > m_innerExceptions

References System.info, j__TPar, and System.AggregateException.m_innerExceptions.