DkmRuntimeWalkNextFramesAsyncResult.CreateErrorResult(Exception) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une nouvelle structure de résultat pour contenir l’erreur d’un appel à DkmStackWalkContext. RuntimeWalkNextFrames.
public:
static Microsoft::VisualStudio::Debugger::CallStack::DkmRuntimeWalkNextFramesAsyncResult CreateErrorResult(Exception ^ exception);
public static Microsoft.VisualStudio.Debugger.CallStack.DkmRuntimeWalkNextFramesAsyncResult CreateErrorResult (Exception exception);
static member CreateErrorResult : Exception -> Microsoft.VisualStudio.Debugger.CallStack.DkmRuntimeWalkNextFramesAsyncResult
Public Shared Function CreateErrorResult (exception As Exception) As DkmRuntimeWalkNextFramesAsyncResult
Paramètres
- exception
- Exception
[In] objet exception contenant l’erreur
Retours
Retourne DkmRuntimeWalkNextFramesAsyncResult.