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
SystemException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000104 RID: 260
9 {
10 // Token: 0x060009A1 RID: 2465 RVA: 0x00017244 File Offset: 0x00015444
12 {
13 if (!true)
14 {
15 }
16 base..ctor("System error.");
17 this._HResult = 5377;
18 }
19
20 // Token: 0x060009A2 RID: 2466 RVA: 0x0001726C File Offset: 0x0001546C
21 public SystemException(string message)
22 {
23 if (!true)
24 {
25 }
26 base..ctor(message);
27 this._HResult = 5377;
28 }
29
30 // Token: 0x060009A3 RID: 2467 RVA: 0x00017290 File Offset: 0x00015490
32 {
33 if (!true)
34 {
35 }
36 base..ctor(message, innerException);
37 this._HResult = 5377;
38 }
39
40 // Token: 0x060009A4 RID: 2468 RVA: 0x000172B4 File Offset: 0x000154B4
42 {
43 if (!true)
44 {
45 }
46 base..ctor(info, context);
47 }
48 }
49}
class f__AnonymousType0<< Count > j__TPar
SystemException(string message)
SystemException(string message, Exception innerException)
SystemException(SerializationInfo info, StreamingContext context)