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
UnobservedTaskExceptionEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Threading.Tasks
4
{
5
// Token: 0x02000250 RID: 592
6
public
class
UnobservedTaskExceptionEventArgs
:
EventArgs
7
{
8
// Token: 0x0600144D RID: 5197 RVA: 0x0002AA4C File Offset: 0x00028C4C
9
public
UnobservedTaskExceptionEventArgs
(
AggregateException
exception
)
10
{
11
if
(!
true
)
12
{
13
}
14
base
..ctor();
15
this.m_exception
=
exception
;
16
}
17
18
// Token: 0x04000AC3 RID: 2755
19
private
AggregateException
m_exception
;
20
21
// Token: 0x04000AC4 RID: 2756
22
internal
bool
m_observed
;
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.AggregateException
Definition
AggregateException.cs:15
System.EventArgs
Definition
EventArgs.cs:8
System.Threading.Tasks.UnobservedTaskExceptionEventArgs.UnobservedTaskExceptionEventArgs
UnobservedTaskExceptionEventArgs(AggregateException exception)
Definition
UnobservedTaskExceptionEventArgs.cs:9
System.Threading.Tasks.UnobservedTaskExceptionEventArgs.m_observed
bool m_observed
Definition
UnobservedTaskExceptionEventArgs.cs:22
System.Threading.Tasks.UnobservedTaskExceptionEventArgs.m_exception
AggregateException m_exception
Definition
UnobservedTaskExceptionEventArgs.cs:19
System.Threading.Tasks.UnobservedTaskExceptionEventArgs
Definition
UnobservedTaskExceptionEventArgs.cs:7
System.Threading.Tasks
Definition
AsyncCausalityStatus.cs:5
System.ExceptionArgument.exception
@ exception
System
Definition
__ComObject.cs:4
source
mscorlib
System
Threading
Tasks
UnobservedTaskExceptionEventArgs.cs
Generated by
1.10.0