IDkmExceptionFormatter.GetDescription(DkmExceptionInformation) 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.
Fournit une description de chaîne pour une exception. Utilisé lors du traçage de l’exception dans la fenêtre sortie.
public:
System::String ^ GetDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception);
public:
Platform::String ^ GetDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception);
std::wstring GetDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation const & exception);
public string GetDescription (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation exception);
abstract member GetDescription : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation -> string
Public Function GetDescription (exception As DkmExceptionInformation) As String
Paramètres
- exception
- DkmExceptionInformation
Dans Fournit des informations sur une exception qui a été levée dans le processus cible. Ces informations incluent des détails sur l’exception qui a été levée et l’étape actuelle du traitement des exceptions.
Retours
À Description de la chaîne de l’exception.