Class CilFilterHandler
A CIL exception handler backed by a filter clause.
Inherited Members
Namespace: Flame.Clr.Analysis
Assembly: Flame.Clr.dll
Syntax
public sealed class CilFilterHandler : CilCatchHandler
Constructors
| Edit this page View SourceCilFilterHandler(BasicBlockTag)
Creates a filter exception handler.
Declaration
public CilFilterHandler(BasicBlockTag landingPad)
Parameters
| Type | Name | Description |
|---|---|---|
| BasicBlockTag | landingPad | The landing pad to redirect flow to when an exception gets thrown. |