DkmExceptionDetails.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".

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 System::String ^ GetFormattedDescription();
public:
 Platform::String ^ GetFormattedDescription();
std::wstring GetFormattedDescription();
public string GetFormattedDescription ();
member this.GetFormattedDescription : unit -> string
Public Function GetFormattedDescription () As String

Returns

[Out] The formatted description.

Applies to