IDkmExceptionDetailsProvider.GetFormattedDescription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.