IDkmExceptionFormatter.GetDescription(DkmExceptionInformation) Méthode

Définition

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

String

À Description de la chaîne de l’exception.

S’applique à