DkmGetThreadNameAsyncResult.CreateErrorResult(Exception) Methode

Definition

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

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

Parameter

exception
Exception

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

Gibt zurück

DkmGetThreadNameAsyncResult

Gibt DkmGetThreadNameAsyncResultzurück.

Gilt für