DkmGetNextFramesAsyncResult.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 à DkmStackContext. GetNextFrames.
public:
static Microsoft::VisualStudio::Debugger::CallStack::DkmGetNextFramesAsyncResult CreateErrorResult(Exception ^ exception);
public static Microsoft.VisualStudio.Debugger.CallStack.DkmGetNextFramesAsyncResult CreateErrorResult (Exception exception);
static member CreateErrorResult : Exception -> Microsoft.VisualStudio.Debugger.CallStack.DkmGetNextFramesAsyncResult
Public Shared Function CreateErrorResult (exception As Exception) As DkmGetNextFramesAsyncResult
Paramètres
- exception
- Exception
[In] objet exception contenant l’erreur
Retours
Retourne DkmGetNextFramesAsyncResult.