IDkmExceptionFormatter.GetDescription(DkmExceptionInformation) 方法

定义

提供异常的字符串说明。 在将异常跟踪到 "输出" 窗口时使用。

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

参数

exception
DkmExceptionInformation

中提供有关在目标进程中引发的异常的信息。 此信息包括有关引发的异常和异常处理的当前阶段的详细信息。

返回

String

弄异常的字符串说明。

适用于