IDkmExceptionDetailsProvider.GetExceptionMessage(DkmExceptionDetails) 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.
public:
System::String ^ GetExceptionMessage(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionDetails ^ exceptionDetails);
public string GetExceptionMessage (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
public string? GetExceptionMessage (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
abstract member GetExceptionMessage : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails -> string
Public Function GetExceptionMessage (exceptionDetails As DkmExceptionDetails) As String
Parameters
- exceptionDetails
- DkmExceptionDetails
[In] Contains details about an exception or inner exception object.
Returns
[Out,Optional] The exception message.