Compartir a través de


ICorProfilerCallback::ExceptionSearchFunctionEnter (Método)

Notifica al generador de perfiles que la fase de búsqueda del control de excepciones ha comenzado a buscar en una función un controlador para la excepción actual.

HRESULT ExceptionSearchFunctionEnter(
    [in] FunctionID functionId);

Parámetros

  • functionId
    [in] Id. de la función en la que se ha entrado.

Requisitos

Plataformas: vea Requisitos de sistema de .NET Framework.

Encabezado: CorProf.idl, CorProf.h

Biblioteca: CorGuids.lib

Versiones de .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vea también

Referencia

ICorProfilerCallback (Interfaz)

ICorProfilerCallback::ExceptionSearchFunctionLeave (Método)