DkmEnrollPendingBreakpointAsyncResult.CreateErrorResult(Exception) Método

Definição

Cria uma nova estrutura de resultados para manter o erro de uma chamada com falha para DkmPendingBreakpoint. Registre.

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

Parâmetros

exception
Exception

[In] objeto de exceção que contém o erro

Retornos

DkmEnrollPendingBreakpointAsyncResult

Retorna DkmEnrollPendingBreakpointAsyncResult.

Aplica-se a