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

◆ ToString()

override string System.IO.FileNotFoundException.ToString ( )
inline

Definition at line 83 of file FileNotFoundException.cs.

84 {
85 Type type = base.GetType();
86 string text = this.<FileName>k__BackingField;
87 if (text != null && text._stringLength != 0)
88 {
89 string newLine = Environment.NewLine;
90 string text2 = this.<FileName>k__BackingField;
91 string text3 = SR.Format("File name: '{0}'", text2);
92 string text5;
93 string text4 = text5 + newLine + text3;
94 }
95 if (this._innerException != null)
96 {
97 }
98 if (this != null)
99 {
101 }
102 string text6;
103 if (this.<FusionLog>k__BackingField != null)
104 {
106 string text7;
107 text6 = text7 + newLine3;
109 string text8 = text6 + newLine4;
110 string text9 = this.<FusionLog>k__BackingField;
111 return text8 + text9;
112 }
113 return text6;
114 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7
static string NewLine
Exception _innerException
Definition Exception.cs:418
readonly string< FileName > k__BackingField
new Type GetType()
Definition Type.cs:287

References System.Exception._innerException, System.IO.FileNotFoundException.FileName, SR.Format(), System.IO.FileNotFoundException.FusionLog, System.Type.GetType(), j__TPar, System.IO.FileNotFoundException.k__BackingField, System.Environment.NewLine, and System.text.