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
FirstChanceExceptionEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.Runtime.ExceptionServices
5
{
6
// Token: 0x0200045A RID: 1114
7
public
class
FirstChanceExceptionEventArgs
:
EventArgs
8
{
9
// Token: 0x1700045F RID: 1119
10
// (get) Token: 0x060021E5 RID: 8677 RVA: 0x0004CA90 File Offset: 0x0004AC90
11
public
Exception
Exception
12
{
13
[
CompilerGenerated
]
14
get
15
{
16
return
this.<
Exception
>
k__BackingField
;
17
}
18
}
19
20
// Token: 0x04001294 RID: 4756
21
[
CompilerGenerated
]
22
private
readonly
Exception <Exception>
k__BackingField
;
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.EventArgs
Definition
EventArgs.cs:8
System.Exception
Definition
Exception.cs:15
System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs.k__BackingField
readonly Exception< Exception > k__BackingField
Definition
FirstChanceExceptionEventArgs.cs:22
System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs
Definition
FirstChanceExceptionEventArgs.cs:8
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Runtime.ExceptionServices
Definition
ExceptionDispatchInfo.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
ExceptionServices
FirstChanceExceptionEventArgs.cs
Generated by
1.10.0