次の方法で共有


ExceptionSettings.SetBreakWhenUserUnhandled メソッド

更新 : 2007 年 11 月

指定した ExceptionSettingBreakWhenUserUnhandled プロパティを有効または無効にします。ExceptionSetting オブジェクトによって渡されたプロパティに、この値が反映されます。

名前空間 :  EnvDTE90
アセンブリ :  EnvDTE90 (EnvDTE90.dll 内)

構文

'宣言
Sub SetBreakWhenUserUnhandled ( _
    BreakWhenUserUnhandled As Boolean, _
    ExceptionSetting As ExceptionSetting _
)
'使用
Dim instance As ExceptionSettings
Dim BreakWhenUserUnhandled As Boolean
Dim ExceptionSetting As ExceptionSetting

instance.SetBreakWhenUserUnhandled(BreakWhenUserUnhandled, _
    ExceptionSetting)
void SetBreakWhenUserUnhandled(
    bool BreakWhenUserUnhandled,
    ExceptionSetting ExceptionSetting
)
void SetBreakWhenUserUnhandled(
    [InAttribute] bool BreakWhenUserUnhandled, 
    [InAttribute] ExceptionSetting^ ExceptionSetting
)
function SetBreakWhenUserUnhandled(
    BreakWhenUserUnhandled : boolean, 
    ExceptionSetting : ExceptionSetting
)

パラメータ

解説

SetBreakWhenUserUnhandled は、マネージ型の例外にのみ適用されます。ネイティブ例外にこのメソッドを使用しようとすると、"BreakWhenUserUnhandled は、マネージ型の例外にのみ適用されます。" というエラー メッセージが表示されます。

SetBreakWhenUserUnhandled は、指定した ExceptionSetting インスタンスに対してのみ値を設定します。ExceptionSetting は、例外設定値が作成された時点でのスナップショットにすぎません。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ExceptionSettings インターフェイス

ExceptionSettings メンバ

EnvDTE90 名前空間

その他の技術情報

オートメーション オブジェクト モデルの階層図