DkmGetMethodNameAsyncResult.CreateErrorResult(Exception) Methode

Definition

Erstellt eine neue Ergebnis Struktur, die den Fehler bei einem fehlgeschlagenen Aufruf von dkmlanguageinstructionaddress. getmethodname enthält.

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

Parameter

exception
Exception

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

Gibt zurück

DkmGetMethodNameAsyncResult

Gilt für