DkmDestroyDebuggeeSideVisualizerObjectAsyncResult.CreateErrorResult 方法

定义

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

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

参数

exception
Exception

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

返回

适用于