DkmOnFunctionResolvedAsyncResult.CreateErrorResult(Exception) Yöntem

Tanım

Başarısız DkmRuntimeFunctionResolutionRequest. Onfunctionçözümlenme çağrısından hatayı tutacak yeni bir sonuç yapısı oluşturur.

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

Parametreler

exception
Exception

[In] hatayı içeren özel durum nesnesi

Döndürülenler

DkmOnFunctionResolvedAsyncResult

DkmOnFunctionResolvedAsyncResult döndürür.

Şunlara uygulanır