Search Results for

    Show / Hide Table of Contents

    Class CilFilterHandler

    A CIL exception handler backed by a filter clause.

    Inheritance
    object
    CilExceptionHandler
    CilCatchHandler
    CilFilterHandler
    Inherited Members
    CilCatchHandler.LandingPad
    CilCatchHandler.HandledExceptionTypes
    CilCatchHandler.GetCapturedException(FlowGraph)
    CilExceptionHandler.IsCatchAll
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Clr.Analysis
    Assembly: Flame.Clr.dll
    Syntax
    public sealed class CilFilterHandler : CilCatchHandler

    Constructors

    | Edit this page View Source

    CilFilterHandler(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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX