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

Enumerator
Clause 
Filter 
Finally 
Fault 

Definition at line 7 of file ExceptionHandlingClauseOptions.cs.

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 }