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
ApplicationException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000082 RID: 130
9 {
10 // Token: 0x060003C2 RID: 962 RVA: 0x0000BDB4 File Offset: 0x00009FB4
12 {
13 if (!true)
14 {
15 }
16 base..ctor("Error in the application.");
17 this._HResult = 5632;
18 }
19
20 // Token: 0x060003C3 RID: 963 RVA: 0x0000BDDC File Offset: 0x00009FDC
21 public ApplicationException(string message)
22 {
23 if (!true)
24 {
25 }
26 base..ctor(message);
27 this._HResult = 5632;
28 }
29
30 // Token: 0x060003C4 RID: 964 RVA: 0x0000BE00 File Offset: 0x0000A000
32 {
33 if (!true)
34 {
35 }
36 base..ctor(message, innerException);
37 this._HResult = 5632;
38 }
39
40 // Token: 0x060003C5 RID: 965 RVA: 0x0000BE24 File Offset: 0x0000A024
42 {
43 if (!true)
44 {
45 }
46 base..ctor(info, context);
47 }
48 }
49}
class f__AnonymousType0<< Count > j__TPar
ApplicationException(string message, Exception innerException)
ApplicationException(SerializationInfo info, StreamingContext context)