IDkmExceptionFormatter.GetDescription(DkmExceptionInformation) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供异常的字符串说明。 在将异常跟踪到 "输出" 窗口时使用。
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
中提供有关在目标进程中引发的异常的信息。 此信息包括有关引发的异常和异常处理的当前阶段的详细信息。
返回
弄异常的字符串说明。