共用方式為


ExceptionSettings.SetBreakWhenUserUnhandled 方法

啟用或停用指定之 ExceptionSettingBreakWhenUserUnhandled 屬性。 然後,ExceptionSetting 物件傳入的屬性會開始反映這個值。

命名空間:  EnvDTE90
組件:  EnvDTE90 (在 EnvDTE90.dll 中)

語法

'宣告
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
)

參數

備註

SetBreakWhenUserUnhandled 只適用於 Managed 例外狀況類型。 如果您嘗試對原生例外狀況使用這個方法,將會收到錯誤訊息「BreakWhenUserUnhandled 只適用於 Managed 例外狀況類型」。

SetBreakWhenUserUnhandled 只會設定指定之 ExceptionSetting 執行個體上的值。 ExceptionSetting 只是在其建立時期的例外狀況設定值快照 (Snapshot)。

.NET Framework 安全性

請參閱

參考

ExceptionSettings 介面

EnvDTE90 命名空間

其他資源

Automation 物件模型圖表