Condividi tramite


Enumerazione CorDebugExceptionCallbackType

Indica il tipo di callback eseguito da un evento ICorDebugManagedCallback2::Exception .

Sintassi

typedef enum CorDebugExceptionCallbackType {  
    DEBUG_EXCEPTION_FIRST_CHANCE         = 1,  
    DEBUG_EXCEPTION_USER_FIRST_CHANCE    = 2,  
    DEBUG_EXCEPTION_CATCH_HANDLER_FOUND  = 3,  
    DEBUG_EXCEPTION_UNHANDLED            = 4  
} CorDebugExceptionCallbackType;  

Members

Membro Descrizione
DEBUG_EXCEPTION_FIRST_CHANCE È stata generata un'eccezione.
DEBUG_EXCEPTION_USER_FIRST_CHANCE Il processo di eolica eccezione ha immesso il codice utente.
DEBUG_EXCEPTION_CATCH_HANDLER_FOUND Il processo di windup dell'eccezione ha trovato un catch blocco nel codice utente.
DEBUG_EXCEPTION_UNHANDLED Eccezione non gestita.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: Disponibile dalla versione 2.0

Vedi anche