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.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x02000118 RID: 280
6
[
Serializable
]
7
public
class
UnhandledExceptionEventArgs
:
EventArgs
8
{
9
// Token: 0x06000B05 RID: 2821 RVA: 0x000188D8 File Offset: 0x00016AD8
10
public
UnhandledExceptionEventArgs
(
object
exception
,
bool
isTerminating
)
11
{
12
if
(!
true
)
13
{
14
}
15
base
..ctor();
16
this._exception
=
exception
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.EventArgs
Definition
EventArgs.cs:8
System.UnhandledExceptionEventArgs.IsTerminating
bool IsTerminating
Definition
UnhandledExceptionEventArgs.cs:32
System.UnhandledExceptionEventArgs._isTerminating
bool _isTerminating
Definition
UnhandledExceptionEventArgs.cs:43
System.UnhandledExceptionEventArgs.ExceptionObject
object ExceptionObject
Definition
UnhandledExceptionEventArgs.cs:22
System.UnhandledExceptionEventArgs.UnhandledExceptionEventArgs
UnhandledExceptionEventArgs(object exception, bool isTerminating)
Definition
UnhandledExceptionEventArgs.cs:10
System.UnhandledExceptionEventArgs._exception
object _exception
Definition
UnhandledExceptionEventArgs.cs:40
System.UnhandledExceptionEventArgs
Definition
UnhandledExceptionEventArgs.cs:8
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.ExceptionArgument.exception
@ exception
System
Definition
__ComObject.cs:4
source
mscorlib
System
UnhandledExceptionEventArgs.cs
Generated by
1.10.0