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
UnobservedTaskExceptionEventArgs.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000250")]
8 public class UnobservedTaskExceptionEventArgs : global::System.EventArgs
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600144D")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1CADEAC", Offset = "0x1CADEAC", Length = "0x6C")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TaskExceptionHolder), Member = "Finalize", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
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 = "0x4000AC3")]
22 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
23 private global::System.AggregateException m_exception;
24
25 [global::Cpp2ILInjected.Token(Token = "0x4000AC4")]
26 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
27 internal bool m_observed;
28 }
29}
class f__AnonymousType0<< Count > j__TPar
UnobservedTaskExceptionEventArgs(global::System.AggregateException exception)