DkmExceptionDetails.GetExceptionMessage Method

Definition

Gets the message associated with the exception. The message is not formatted.

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

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

Returns

[Out,Optional] The exception message.

Applies to