ExceptionSettings.SetBreakWhenUserUnhandled 方法
啟用或停用指定之 ExceptionSetting 的 BreakWhenUserUnhandled 屬性。 然後,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
)
參數
BreakWhenUserUnhandled
類型:Boolean布林值;true 表示啟用 BreakWhenUserUnhandled 屬性,否則為 false。
ExceptionSetting
類型:EnvDTE90.ExceptionSetting要啟用或停用 BreakWhenUserUnhandled 屬性的 ExceptionSetting。
備註
SetBreakWhenUserUnhandled 只適用於 Managed 例外狀況類型。 如果您嘗試對原生例外狀況使用這個方法,將會收到錯誤訊息「BreakWhenUserUnhandled 只適用於 Managed 例外狀況類型」。
SetBreakWhenUserUnhandled 只會設定指定之 ExceptionSetting 執行個體上的值。 ExceptionSetting 只是在其建立時期的例外狀況設定值快照 (Snapshot)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。