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
- BreakWhenThrown
Tipo: System.Boolean
Um valor booleano. truePara habilitar o BreakWhenThrown propriedade, false para desativá-lo.
- ExceptionSetting
Tipo: EnvDTE90.ExceptionSetting
O ExceptionSetting para o qual deseja ativar ou desativar o BreakWhenThrown propriedade.
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.