terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnhandledExceptionEventArgs.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000118")]
8 [global::System.Serializable]
9 public class UnhandledExceptionEventArgs : global::System.EventArgs
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000B05")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C53040", Offset = "0x1C53040", Length = "0x74")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.EventArgs), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x170000F2")]
22 public object ExceptionObject
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6000B06")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C530B4", Offset = "0x1C530B4", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x170000F3")]
34 public bool IsTerminating
35 {
36 [global::Cpp2ILInjected.Token(Token = "0x6000B07")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1C530BC", Offset = "0x1C530BC", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x40003FF")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
47 private object _exception;
48
49 [global::Cpp2ILInjected.Token(Token = "0x4000400")]
50 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
51 private bool _isTerminating;
52 }
53}
class f__AnonymousType0<< Count > j__TPar
UnhandledExceptionEventArgs(object exception, bool isTerminating)