Condividi tramite


Metodo ExceptionSettings.SetBreakWhenThrown

Abilita o disabilita la proprietà BreakWhenThrown per l'oggetto ExceptionSetting specificato. La proprietà passata in base all'oggetto ExceptionSetting rifletterà questo valore.

Spazio dei nomi:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Sintassi

'Dichiarazione
Sub SetBreakWhenThrown ( _
    BreakWhenThrown As Boolean, _
    ExceptionSetting As ExceptionSetting _
)
void SetBreakWhenThrown(
    bool BreakWhenThrown,
    ExceptionSetting ExceptionSetting
)
void SetBreakWhenThrown(
    [InAttribute] bool BreakWhenThrown, 
    [InAttribute] ExceptionSetting^ ExceptionSetting
)
abstract SetBreakWhenThrown : 
        BreakWhenThrown:bool * 
        ExceptionSetting:ExceptionSetting -> unit 
function SetBreakWhenThrown(
    BreakWhenThrown : boolean, 
    ExceptionSetting : ExceptionSetting
)

Parametri

Note

SetBreakWhenThrown imposta i valori solo nell'istanza di ExceptionSetting specificata. ExceptionSetting costituisce solo uno snapshot dei valori delle impostazioni di eccezione al momento della creazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExceptionSettings Interfaccia

Spazio dei nomi EnvDTE90

Altre risorse

Grafico del modello a oggetti di automazione