ExceptionSettings.SetBreakWhenThrown 方法
啟用或停用指定之 ExceptionSetting 的 BreakWhenThrown 屬性。 然後,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。
ExceptionSetting
類型:EnvDTE90.ExceptionSetting要啟用或停用 BreakWhenThrown 屬性的 ExceptionSetting。
備註
SetBreakWhenThrown 只會設定指定之 ExceptionSetting 執行個體上的值。 ExceptionSetting 只是在其建立時期的例外狀況設定值快照 (Snapshot)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。