DkmProcess.GetNativeStowedException 方法

定义

从转储中获取本机存放异常。 如果没有本机存放异常,这将返回 S_FALSE。

此 API 是在 Visual Studio 12 Update 3 (VS12Update3) 中引入的。

public:
 Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation ^ GetNativeStowedException();
public:
 Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation ^ GetNativeStowedException();
Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation GetNativeStowedException();
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation GetNativeStowedException ();
member this.GetNativeStowedException : unit -> Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation
Public Function GetNativeStowedException () As DkmStowedExceptionInformation

返回

DkmStowedExceptionInformation

[Out,Optional]转储中的本机存放异常; 如果没有本机存放异常,则为 NULL。

适用于