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

◆ SetMessageField()

void System.BadImageFormatException.SetMessageField ( )
inlineprivate

Definition at line 77 of file BadImageFormatException.cs.

78 {
79 if (this._message == null)
80 {
81 string fileName = this._fileName;
82 int hresult = this._HResult;
83 if (fileName == null)
84 {
85 this._message = "Format of the executable (.exe) or library (.dll) is invalid.";
86 return;
87 }
90 }
91 }
class f__AnonymousType0<< Count > j__TPar
static string FormatFileLoadExceptionMessage(string fileName, int hResult)

References System.BadImageFormatException._fileName, System.Exception._HResult, System.Exception._message, System.IO.FileLoadException.FormatFileLoadExceptionMessage(), j__TPar, and System.text.