mscorlib(4.0.0.0) API with additions
ExceptionHandlingClauseOptions.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Reflection
4
{
6
[Flags]
7
[ComVisible(
true
)]
8
public
enum
ExceptionHandlingClauseOptions
9
{
11
Clause
= 0x0,
13
Filter = 0x1,
15
Finally = 0x2,
17
Fault = 0x4
18
}
19
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System.Reflection.ExceptionHandlingClauseOptions.Clause
The clause accepts all exceptions that derive from a specified type.
System
Definition:
__Canon.cs:3
System.Reflection
Definition:
__Filters.cs:1
System.Reflection.ExceptionHandlingClauseOptions
ExceptionHandlingClauseOptions
Identifies kinds of exception-handling clauses.
Definition:
ExceptionHandlingClauseOptions.cs:8
All cs
System.Reflection
ExceptionHandlingClauseOptions.cs
Generated by
1.8.15