Compartir a través de


ExceptionSettings.SetBreakWhenUserUnhandled (Método)

Habilita o deshabilita la propiedad BreakWhenUserUnhandled 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 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

Comentarios

SetBreakWhenUserUnhandled sólo se aplica a los tipos de excepción administrados. Si intenta utilizar este método en una excepción nativa, obtendrá el mensaje de error "BreakWhenUserUnhandled se aplica sólo a tipos de excepción administrados".

SetBreakWhenUserUnhandled 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