IDkmExceptionFormatter.GetDescription(DkmExceptionInformation) Method

Definition

Provides a string description for an exception. This is used when tracing the exception to the output window.

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

Parameters

exception
DkmExceptionInformation

[In] Provides information about an exception which was raised in the target process. This information includes details of what exception was raised and the current stage of exception processing.

Returns

[Out] String description of the exception.

Applies to