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.FileLoadException.ToString ( )
inline

Definition at line 64 of file FileLoadException.cs.

65 {
66 Type type = base.GetType();
67 string text = this.<FileName>k__BackingField;
68 if (text != null && text._stringLength != 0)
69 {
70 string newLine = Environment.NewLine;
71 string text2 = this.<FileName>k__BackingField;
72 string text3 = SR.Format("File name: '{0}'", text2);
73 string text5;
74 string text4 = text5 + newLine + text3;
75 }
76 if (this._innerException != null)
77 {
78 }
79 if (this != null)
80 {
82 }
83 string text6;
84 if (this.<FusionLog>k__BackingField != null)
85 {
87 string text7;
90 string text8 = text6 + newLine4;
91 string text9 = this.<FusionLog>k__BackingField;
92 return text8 + text9;
93 }
94 return text6;
95 }
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.FileLoadException.FileName, SR.Format(), System.IO.FileLoadException.FusionLog, System.Type.GetType(), j__TPar, System.IO.FileLoadException.k__BackingField, System.Environment.NewLine, and System.text.