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.IO.FileNotFoundException.SetMessageField ( )
inlineprivate

Definition at line 45 of file FileNotFoundException.cs.

46 {
47 if (this._message == null)
48 {
49 if (this.<FileName>k__BackingField != null)
50 {
51 string text;
53 return;
54 }
55 int hresult = this._HResult;
56 this._message = "Unable to find the specified file.";
57 }
58 }
class f__AnonymousType0<< Count > j__TPar
readonly string< FileName > k__BackingField

References System.Exception._HResult, System.Exception._message, System.IO.FileNotFoundException.FileName, j__TPar, System.IO.FileNotFoundException.k__BackingField, and System.text.