DkmApplyManagedEncUpdatesAsyncResult.CreateErrorResult(Exception) Method

Definition

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

Parameters

exception
Exception

Returns

Applies to