DkmExecuteQueryAsyncResult.CreateErrorResult(Exception) Method

Definition

Creates a new result structure to hold the error from a failed call to DkmCompiledInspectionQuery.Execute.

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

Parameters

exception
Exception

[In] exception object containing the error

Returns

Returns DkmExecuteQueryAsyncResult.

Applies to