DkmCreateDebuggeeSideVisualizerObjectAsyncResult 结构

定义

异步 DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject 调用的结果。

public struct DkmCreateDebuggeeSideVisualizerObjectAsyncResult
type DkmCreateDebuggeeSideVisualizerObjectAsyncResult = struct
Public Structure DkmCreateDebuggeeSideVisualizerObjectAsyncResult
继承
DkmCreateDebuggeeSideVisualizerObjectAsyncResult

构造函数

DkmCreateDebuggeeSideVisualizerObjectAsyncResult(String, String, String, Boolean)

创建一个新的结果结构,用于保存对 DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject 的成功调用的输出。

属性

ErrorCode

从调用方返回的 HRESULT 代码。 如果在处理完成之前取消了操作,则会DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) 。

ExceptionMessage

[可选]异常消息(如果有)。

此 API 是在 Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10) 中引入的。

ExceptionStackTrace

[可选]引发的异常的堆栈跟踪(如果有)。

此 API 是在 Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10) 中引入的。

ExceptionType

[可选]引发的异常的类型(如果有)。

此 API 是在 Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10) 中引入的。

IsBinaryFormatterSupported

[可选]调试对象将检查托管它的进程是否支持二进制格式化程序;如果不支持,则返回 false,以便 UI 回退以通过 JSON 进行通信。

此 API 是在 Visual Studio 16 Update 10 (DkmApiVersion.VS16Update10) 中引入的。

方法

CreateErrorResult(Exception)

创建一个新的结果结构,用于保存对 DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject 调用失败时的错误。

适用于