Metodo ExceptionSettings.SetBreakWhenUserUnhandled
abilita o disabilita BreakWhenUserUnhandled proprietà per l'oggetto specificato ExceptionSetting.La proprietà passata da ExceptionSetting l'oggetto ora rifletterà questo valore.
Spazio dei nomi: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Sintassi
'Dichiarazione
Sub SetBreakWhenUserUnhandled ( _
BreakWhenUserUnhandled As Boolean, _
ExceptionSetting As ExceptionSetting _
)
void SetBreakWhenUserUnhandled(
bool BreakWhenUserUnhandled,
ExceptionSetting ExceptionSetting
)
void SetBreakWhenUserUnhandled(
[InAttribute] bool BreakWhenUserUnhandled,
[InAttribute] ExceptionSetting^ ExceptionSetting
)
abstract SetBreakWhenUserUnhandled :
BreakWhenUserUnhandled:bool *
ExceptionSetting:ExceptionSetting -> unit
function SetBreakWhenUserUnhandled(
BreakWhenUserUnhandled : boolean,
ExceptionSetting : ExceptionSetting
)
Parametri
- BreakWhenUserUnhandled
Tipo: System.Boolean
Un valore boolean; true per attivare BreakWhenUserUnhandled proprietà, false per disabilitarla.
- ExceptionSetting
Tipo: EnvDTE90.ExceptionSetting
ExceptionSetting oggetto per il quale è necessario abilitare o disabilitare BreakWhenUserUnhandled proprietà.
Note
SetBreakWhenUserUnhandled si applica solo ai tipi di eccezione gestiti.Se si tenta di utilizzare questo metodo in un'eccezione nativa, verrà visualizzato il messaggio di errore, “BreakWhenUserUnhandled solo si applica ai tipi di eccezioni gestite.„
SetBreakWhenUserUnhandled imposta i valori solo sul specificato ExceptionSetting istanza.ExceptionSetting è solo uno snapshot impostazione di valori di eccezione quando viene creato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.