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
ExceptionHandlingClauseOptions.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x020004D2 RID: 1234
6
[Flags]
7
public
enum
ExceptionHandlingClauseOptions
8
{
9
// Token: 0x0400138F RID: 5007
10
Clause
= 0,
11
// Token: 0x04001390 RID: 5008
12
Filter
= 1,
13
// Token: 0x04001391 RID: 5009
14
Finally
= 2,
15
// Token: 0x04001392 RID: 5010
16
Fault
= 4
17
}
18
}
System.Reflection.ExceptionHandlingClauseOptions
ExceptionHandlingClauseOptions
Definition
ExceptionHandlingClauseOptions.cs:8
System.Reflection.ExceptionHandlingClauseOptions.Fault
@ Fault
System.Reflection.ExceptionHandlingClauseOptions.Finally
@ Finally
System.Reflection.ExceptionHandlingClauseOptions.Clause
@ Clause
System.Reflection.ExceptionHandlingClauseOptions.Filter
@ Filter
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
ExceptionHandlingClauseOptions.cs
Generated by
1.10.0