ICorProfilerCallback::ExceptionSearchCatcherFound Method

Notifies the profiler that the search phase of exception handling has located a handler for the exception that was thrown.

RESULT ExceptionSearchCatcherFound(
    [in] FunctionID functionId);

Parameters

  • functionId
    [in] The ID of the function that contains the exception handler.

Requirements

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

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Concepts

ICorProfilerCallback Interface