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

Reimplemented from System.Exception.

Definition at line 127 of file FileNotFoundException.cs.

128 {
129 base.GetObjectData(info, context);
130 string text = this.<FileName>k__BackingField;
131 if (!true)
132 {
133 }
134 Type type;
135 info.AddValue("FileNotFound_FileName", text, type);
136 string text2 = this.<FusionLog>k__BackingField;
137 Type type2;
138 info.AddValue("FileNotFound_FusionLog", text2, type2);
139 }
class f__AnonymousType0<< Count > j__TPar
readonly string< FileName > k__BackingField

References System.IO.FileNotFoundException.FileName, System.IO.FileNotFoundException.FusionLog, System.info, j__TPar, System.IO.FileNotFoundException.k__BackingField, and System.text.