Compartilhar via


Método ICorDebugThread2::InterceptCurrentException

Permite que um depurador interceptar a exceção corrente neste thread.

HRESULT InterceptCurrentException (
    [in] ICorDebugFrame  *pFrame
);

Parâmetros

  • pFrame
    [in] Um ponteiro para um ICorDebugFrame que representa o registro de ativação ativo.

Comentários

The InterceptCurrentException método pode ser chamado entre um (retorno de telefonar de exceçãoICorDebugManagedCallback::Exception or ICorDebugManagedCallback2::Exception) e a telefonar associada para ICorDebugController::Continue.

Requisitos

Plataformas: See Requisitos de sistema do .NET framework.

Cabeçalho: CorDebug.idl

Biblioteca: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3,5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Consulte também

Referência

Interface ICorDebugThread2

Interface ICorDebugThread