ExceptionSettings.SetBreakWhenThrown (Método)
Habilita o deshabilita la propiedad BreakWhenThrown del objeto ExceptionSetting especificado. La propiedad pasada por el objeto ExceptionSetting ahora reflejará este valor.
Espacio de nombres: EnvDTE90
Ensamblado: EnvDTE90 (en EnvDTE90.dll)
Sintaxis
'Declaración
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
Valor booleano; true para habilitar la propiedad BreakWhenThrown, false para deshabilitarla.
- ExceptionSetting
Tipo: EnvDTE90.ExceptionSetting
Objeto ExceptionSetting para el que se debe habilitar o deshabilitar la propiedad BreakWhenThrown.
Comentarios
SetBreakWhenThrown establece los valores solamente en la instancia de ExceptionSetting especificada. Un objeto ExceptionSetting es solamente una instantánea de los valores de excepción en el momento de su creación.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.