DkmEnrollPendingBreakpointAsyncResult.CreateErrorResult(Exception) Methode

Definition

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

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

Parameter

exception
Exception

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

Gibt zurück

DkmEnrollPendingBreakpointAsyncResult

Gibt DkmEnrollPendingBreakpointAsyncResultzurück.

Gilt für