Partager via


ICorDebugThread2::InterceptCurrentException, méthode

Permet à un débogueur d’intercepter l’exception actuelle sur ce thread.

Syntaxe

HRESULT InterceptCurrentException (  
    [in] ICorDebugFrame  *pFrame  
);  

Paramètres

pFrame
[in] Pointeur vers un ICorDebugFrame qui représente le frame de pile actif.

Notes

La méthode InterceptCurrentException peut être appelée entre un rappel d’exception (ICorDebugManagedCallback::Exception ou ICorDebugManagedCallback2::Exception) et l’appel associé à ICorDebugController::Continue.

Spécifications

Plateformes : Consultez Configuration requise.

En-tête : CorDebug.idl, CorDebug.h

Bibliothèque : CorGuids.lib

Versions de .NET Framework : Disponible depuis la version 2.0