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

Definition at line 23 of file COMException.cs.

24 {
25 Type type = base.GetType();
26 if (this._HResult == 0)
27 {
28 }
30 if (this != null)
31 {
32 string className = this._className;
33 }
34 if (this._innerException != null)
35 {
36 }
37 if (this != null)
38 {
39 string newLine = Environment.NewLine;
40 }
41 string text;
42 return text;
43 }
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._className, System.Exception._HResult, System.Exception._innerException, System.Type.GetType(), System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.Environment.NewLine, and System.text.