共用方式為


Debugger.BreakForUserUnhandledException(Exception) 方法

定義

如果 .NET 調試程式在啟用使用者未處理的例外狀況時附加了中斷,且具有DebuggerDisableUserUnhandledExceptionsAttribute 呼叫此方法時,會使用 exception 詳細數據向附加調試程式的斷點發出訊號。

public:
 static void BreakForUserUnhandledException(Exception ^ exception);
public static void BreakForUserUnhandledException (Exception exception);
static member BreakForUserUnhandledException : Exception -> unit
Public Shared Sub BreakForUserUnhandledException (exception As Exception)

參數

exception
Exception

用戶未處理的例外狀況。

備註

此 API 的設計目的是要與 DebuggerDisableUserUnhandledExceptionsAttribute搭配使用。 如果附加 .NET 調試程式,而且調試程式支援在使用者未處理的例外狀況上中斷,這個方法會使用 exception 參數向調試程式發出斷點訊號。

適用於