DkmGetContinuationFramesFromTaskObjectAsyncResult.CreateErrorResult(Exception) Methode

Definition

Erstellt eine neue Ergebnis Struktur, die den Fehler von einem fehlgeschlagenen Aufruf an dkmasyncstackwalkcontext. getcontinuationframesfromtaskobject enthält.

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

Parameter

exception
Exception

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

Gibt zurück

DkmGetContinuationFramesFromTaskObjectAsyncResult

Gilt für