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

◆ FormatFileLoadExceptionMessage()

static string System.IO.FileLoadException.FormatFileLoadExceptionMessage ( string fileName,
int hResult )
inlinestaticpackage

Definition at line 123 of file FileLoadException.cs.

124 {
125 return SR.Format("Could not load the file '{0}'.", fileName);
126 }
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7

References SR.Format().

Referenced by System.BadImageFormatException.SetMessageField().