IDkmExceptionDetailsProvider.GetFormattedDescription Method

Definition

Gets a description for this message that can be formatted to contain bold/italic text. Text can be made bold by wrapping in "**" blocks or made italic by wrapping in "*" blocks. For example "Bold Text: Non-bold text - Italic".

public:
 System::String ^ GetFormattedDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ exceptionDetails);
public string GetFormattedDescription (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
abstract member GetFormattedDescription : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails -> string
Public Function GetFormattedDescription (exceptionDetails As DkmExceptionDetails) As String

Parameters

exceptionDetails
DkmExceptionDetails

[In] Contains details about an exception or inner exception object.

Returns

[Out] The formatted description.

Applies to