ICorProfilerCallback::ExceptionSearchFilterEnter Method

Notifies the profiler that the search phase of exception handling has begun executing a user-defined exception filter.

HRESULT ExceptionSearchFilterEnter(
    [in] FunctionID functionId);

Parameters

Parameter Description

functionId

[in] The ID of the function that contains the filter.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorProfilerCallback Interface