Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExceptionHandlingClauseOptions.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
ExceptionHandlingClauseOptions
5
{
6
Clause
= 0,
7
Filter
= 1,
8
Finally
= 2,
9
Fault
= 4
10
}
System.Reflection.ExceptionHandlingClauseOptions
ExceptionHandlingClauseOptions
Definition
ExceptionHandlingClauseOptions.cs:5
System.Reflection.ExceptionHandlingClauseOptions.Fault
@ Fault
System.Reflection.ExceptionHandlingClauseOptions.Finally
@ Finally
System.Reflection.ExceptionHandlingClauseOptions.Clause
@ Clause
System.Reflection.ExceptionHandlingClauseOptions.Filter
@ Filter
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
ExceptionHandlingClauseOptions.cs
Generated by
1.10.0