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
COMException.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000434 RID: 1076
10 {
11 // Token: 0x0600215E RID: 8542 RVA: 0x0004BF74 File Offset: 0x0004A174
12 public COMException()
13 {
14 }
15
16 // Token: 0x0600215F RID: 8543 RVA: 0x0004BF88 File Offset: 0x0004A188
18 : base(info, context)
19 {
20 }
21
22 // Token: 0x06002160 RID: 8544 RVA: 0x0004BFA0 File Offset: 0x0004A1A0
23 public override string ToString()
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 }
44 }
45}
class f__AnonymousType0<< Count > j__TPar
static string NewLine
Exception _innerException
Definition Exception.cs:418
static CultureInfo InvariantCulture
COMException(SerializationInfo info, StreamingContext context)
new Type GetType()
Definition Type.cs:287