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.Runtime.InteropServices.ExternalException.ToString ( )
inline

Definition at line 56 of file ExternalException.cs.

57 {
58 Type type = base.GetType();
59 if (this._HResult == 0)
60 {
61 }
63 if (this._innerException != null)
64 {
65 }
66 if (this != null)
67 {
68 string newLine = Environment.NewLine;
69 }
70 string text;
71 return text;
72 }
class f__AnonymousType0<< Count > j__TPar
static string NewLine
Exception _innerException
Definition Exception.cs:418
static CultureInfo InvariantCulture
new Type GetType()
Definition Type.cs:287

References System.Exception._HResult, System.Exception._innerException, System.Type.GetType(), System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.Environment.NewLine, and System.text.