DkmRemoveExceptionTriggerAsyncResult.CreateErrorResult(Exception) 方法

定义

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

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

参数

exception
Exception

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

返回

DkmRemoveExceptionTriggerAsyncResult

适用于