Share via


ICorProfilerCallback::ExceptionSearchFunctionEnter Method

Notifies the profiler that the search phase of exception handling has begun searching a function to find a handler for the current exception.

HRESULT ExceptionSearchFunctionEnter(
    [in] FunctionID functionId);

Parameters

Parameter Description

functionId

[in] The ID of the function that has been entered.

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