DkmGetThreadDisplayPropertiesAsyncResult.CreateErrorResult(Exception) 方法

定义

创建一个新的结果结构,用于保存对 DkmRuntimeInstance 的调用失败的错误。 GetThreadDisplayProperties。

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

参数

exception
Exception

[In] 包含错误的异常对象

返回

DkmGetThreadDisplayPropertiesAsyncResult

返回 DkmGetThreadDisplayPropertiesAsyncResult

适用于