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
ExternalException.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200042E RID: 1070
10 {
11 // Token: 0x06002145 RID: 8517 RVA: 0x0004BD00 File Offset: 0x00049F00
13 : base("External component has thrown an exception.")
14 {
15 this._HResult = 16389;
16 }
17
18 // Token: 0x06002146 RID: 8518 RVA: 0x0004BD24 File Offset: 0x00049F24
19 public ExternalException(string message)
20 : base(message)
21 {
22 this._HResult = 16389;
23 }
24
25 // Token: 0x06002147 RID: 8519 RVA: 0x0004BD44 File Offset: 0x00049F44
26 public ExternalException(string message, Exception inner)
27 : base(message, inner)
28 {
29 this._HResult = 16389;
30 }
31
32 // Token: 0x06002148 RID: 8520 RVA: 0x0004BD64 File Offset: 0x00049F64
33 public ExternalException(string message, int errorCode)
34 : base(message)
35 {
37 }
38
39 // Token: 0x06002149 RID: 8521 RVA: 0x0004BD80 File Offset: 0x00049F80
41 : base(info, context)
42 {
43 }
44
45 // Token: 0x17000455 RID: 1109
46 // (get) Token: 0x0600214A RID: 8522 RVA: 0x0004BD98 File Offset: 0x00049F98
47 public virtual int ErrorCode
48 {
49 get
50 {
51 return this._HResult;
52 }
53 }
54
55 // Token: 0x0600214B RID: 8523 RVA: 0x0004BDAC File Offset: 0x00049FAC
56 public override string ToString()
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 }
73 }
74}
class f__AnonymousType0<< Count > j__TPar
static string NewLine
Exception _innerException
Definition Exception.cs:418
static CultureInfo InvariantCulture
ExternalException(SerializationInfo info, StreamingContext context)
ExternalException(string message, Exception inner)
new Type GetType()
Definition Type.cs:287