Partilhar via


Método ExceptionSettings.SetBreakWhenThrown

Habilita ou desabilita o BreakWhenThrown propriedade especificado ExceptionSetting. A propriedade passada 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

  • BreakWhenThrown
    Tipo: System.Boolean
    Um valor booleano; truePara habilitar o BreakWhenThrown propriedade, false para desativar o proprietário.

Comentários

SetBreakWhenThrownDefine os valores no especificado 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 do modelo de objetos de automação