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

◆ BadImageFormatException() [5/5]

System.BadImageFormatException.BadImageFormatException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 41 of file BadImageFormatException.cs.

42 : base(info, context)
43 {
44 string @string = info.GetString("BadImageFormat_FileName");
45 this._fileName = @string;
46 string string2 = info.GetString("BadImageFormat_FusionLog");
48 }
class f__AnonymousType0<< Count > j__TPar

References System.info, and j__TPar.