Compartilhar via


Método ExceptionSettings.SetBreakWhenThrown

Habilita ou desabilita o BreakWhenThrown propriedade especificado ExceptionSetting.A propriedade transmitidos pelo ExceptionSetting objeto agora irá refletir este valor.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (em EnvDTE90.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Comentários

SetBreakWhenThrownDefine os valores no usuário ExceptionSetting instância.Um ExceptionSetting é apenas um instantâneo da exceção definindo valores no momento em que ele é criado.

Segurança do .NET Framework

Consulte também

Referência

ExceptionSettings Interface

Namespace EnvDTE90

Outros recursos

Gráfico de modelo de objeto de automação