Skip to content
Concord

Enum ExceptionBlockType

Namespace
Concord
Assembly
Concord.Emit.dll

The kind of exception-handling boundary an ExceptionBlock marks.

public enum ExceptionBlockType

Fields

BeginCatchBlock = 1

Opens a typed catch handler.

BeginExceptFilterBlock = 2

Opens a filter handler.

BeginExceptionBlock = 0

Opens a protected region.

BeginFaultBlock = 3

Opens a fault handler.

BeginFinallyBlock = 4

Opens a finally handler.

EndExceptionBlock = 5

Closes the innermost open region.