Compartir a través de


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

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

Vea también

Referencia

ExceptionSettings Interfaz

EnvDTE90 (Espacio de nombres)

Otros recursos

Gráfico del modelo de objetos de automatización