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
型: System.Boolean
ブール値。BreakWhenUserUnhandled プロパティを有効にする場合は true、無効にする場合は false。
- ExceptionSetting
型: EnvDTE90.ExceptionSetting
BreakWhenUserUnhandled プロパティを有効または無効にする、ExceptionSetting。
解説
SetBreakWhenUserUnhandled は、マネージ型の例外にのみ適用されます。 ネイティブ例外にこのメソッドを使用しようとすると、"BreakWhenUserUnhandled は、マネージ型の例外にのみ適用されます。" というエラー メッセージが表示されます。
SetBreakWhenUserUnhandled は、指定した ExceptionSetting インスタンスに対してのみ値を設定します。 ExceptionSetting は、例外設定値が作成された時点でのスナップショットにすぎません。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。