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
UnhandledExceptionEventArgs.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000118 RID: 280
8 {
9 // Token: 0x06000B05 RID: 2821 RVA: 0x000188D8 File Offset: 0x00016AD8
11 {
12 if (!true)
13 {
14 }
15 base..ctor();
17 }
18
19 // Token: 0x170000F2 RID: 242
20 // (get) Token: 0x06000B06 RID: 2822 RVA: 0x000188F8 File Offset: 0x00016AF8
21 public object ExceptionObject
22 {
23 get
24 {
25 return this._exception;
26 }
27 }
28
29 // Token: 0x170000F3 RID: 243
30 // (get) Token: 0x06000B07 RID: 2823 RVA: 0x0001890C File Offset: 0x00016B0C
31 public bool IsTerminating
32 {
33 get
34 {
35 return this._isTerminating;
36 }
37 }
38
39 // Token: 0x040003FF RID: 1023
40 private object _exception;
41
42 // Token: 0x04000400 RID: 1024
43 private bool _isTerminating;
44 }
45}
class f__AnonymousType0<< Count > j__TPar
UnhandledExceptionEventArgs(object exception, bool isTerminating)