Debugger.BreakForUserUnhandledException(Exception) Metodo

Definizione

Segnala un punto di interruzione a un debugger collegato con i dettagli del exception se un debugger .NET è collegato con interruzione sull'eccezione non gestita abilitata e un metodo attribuito con DebuggerDisableUserUnhandledExceptionsAttribute chiama questo metodo.

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

Parametri

exception
Exception

Eccezione non gestita dall'utente.

Commenti

Questa API è progettata per essere usata con DebuggerDisableUserUnhandledExceptionsAttribute. Se un debugger .NET è collegato e il debugger supporta l'interruzione nelle eccezioni non gestite dall'utente, questo metodo segnala un punto di interruzione al debugger con il parametro exception.

Si applica a