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