DkmGetPathsToRootAsyncResult.CreateErrorResult(Exception) Method

Definition

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

Parameters

exception
Exception

Returns

Applies to