DkmTestRuntimeBreakpointAsyncResult.CreateErrorResult(Exception) Methode

Definition

Erstellt eine neue Ergebnis Struktur, die den Fehler von einem fehlgeschlagenen dkmruntimebreakpoint. Test-Befehl enthält.

public:
 static Microsoft::VisualStudio::Debugger::Breakpoints::DkmTestRuntimeBreakpointAsyncResult CreateErrorResult(Exception ^ exception);
public static Microsoft.VisualStudio.Debugger.Breakpoints.DkmTestRuntimeBreakpointAsyncResult CreateErrorResult (Exception exception);
static member CreateErrorResult : Exception -> Microsoft.VisualStudio.Debugger.Breakpoints.DkmTestRuntimeBreakpointAsyncResult
Public Shared Function CreateErrorResult (exception As Exception) As DkmTestRuntimeBreakpointAsyncResult

Parameter

exception
Exception

[In] Ausnahme Objekt, das den Fehler enthält.

Gibt zurück

DkmTestRuntimeBreakpointAsyncResult

Gibt DkmTestRuntimeBreakpointAsyncResultzurück.

Gilt für