IDkmExceptionDetailsProvider.GetInnerException(DkmExceptionDetails) Méthode

Définition

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

DkmExceptionDetails

[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.

S’applique à