Enum ExceptionBlockType
- Namespace
- Concord
- Assembly
- Concord.Emit.dll
The kind of exception-handling boundary an ExceptionBlock marks.
public enum ExceptionBlockType
Fields
BeginCatchBlock = 1Opens a typed catch handler.
BeginExceptFilterBlock = 2Opens a filter handler.
BeginExceptionBlock = 0Opens a protected region.
BeginFaultBlock = 3Opens a fault handler.
BeginFinallyBlock = 4Opens a finally handler.
EndExceptionBlock = 5Closes the innermost open region.