DkmExceptionDetails.Exception Propriété

Définition

Objet d’exception d’origine. C’est toujours pour l’exception levée d’origine. Si ce DkmExceptionDetails provient de GetInnerException, cette valeur représente toujours l’exception conteneur.

Cette API a été introduite dans Visual Studio 15 RTM (DkmApiVersion. VS15RTM).

public:
 property Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ Exception { Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ Exception { Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ get(); };
public Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation Exception { get; }
member this.Exception : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation
Public ReadOnly Property Exception As DkmExceptionInformation

Valeur de propriété

DkmExceptionInformation

S’applique à