IDkmExceptionFormatter.GetDescription(DkmExceptionInformation) 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.
Provides a string description for an exception. This is used when tracing the exception to the output window.
public:
System::String ^ GetDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception);
public:
Platform::String ^ GetDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception);
std::wstring GetDescription(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation const & exception);
public string GetDescription (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation exception);
abstract member GetDescription : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation -> string
Public Function GetDescription (exception As DkmExceptionInformation) As String
Parameters
- exception
- DkmExceptionInformation
[In] Provides information about an exception which was raised in the target process. This information includes details of what exception was raised and the current stage of exception processing.
Returns
[Out] String description of the exception.