IDkmExceptionDetailsProvider.GetInnerException(DkmExceptionDetails) 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.
Obtient l’exception interne si elle est disponible. S’il n’existe aucune exception interne, cette méthode retourne la valeur null.
public:
Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ GetInnerException(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ exceptionDetails);
public Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails GetInnerException (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
abstract member GetInnerException : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails -> Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails
Public Function GetInnerException (exceptionDetails As DkmExceptionDetails) As DkmExceptionDetails
Paramètres
- exceptionDetails
- DkmExceptionDetails
Dans Contient des détails sur une exception ou un objet d’exception interne.
Retours
[Out, optional] Exception interne ou null s’il n’est pas disponible.
Exceptions
E_NODATA indique que cette exception ne contient pas d’exceptions internes.