Compartilhar via


Método ExceptionSettings.SetBreakWhenUserUnhandled

Habilita ou desabilita o BreakWhenUserUnhandled 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 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
)

Parâmetros

Comentários

SetBreakWhenUserUnhandledaplica-se somente aos tipos de exceção gerenciada.Se você tentar usá-lo em uma exceção nativa, você receberá a mensagem de erro, BreakWhenUserUnhandled "se aplica apenas aos tipos de exceção gerenciada."

SetBreakWhenUserUnhandledDefine 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