共用方式為


ExceptionSettings.SetBreakWhenThrown 方法

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

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

語法

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

參數

  • BreakWhenThrown
    類型:Boolean

    布林值;true 表示啟用 BreakWhenThrown 屬性,否則為 false。

備註

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

.NET Framework 安全性

請參閱

參考

ExceptionSettings 介面

EnvDTE90 命名空間

其他資源

Automation 物件模型圖表