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

◆ FileNotFoundException() [4/4]

System.IO.FileNotFoundException.FileNotFoundException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 117 of file FileNotFoundException.cs.

118 : base(info, context)
119 {
120 string @string = info.GetString("FileNotFound_FileName");
121 this.FileName = @string;
122 string string2 = info.GetString("FileNotFound_FusionLog");
124 }
class f__AnonymousType0<< Count > j__TPar

References System.info, and j__TPar.