DkmProcess.GetNativeStowedException 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从转储中获取本机存放异常。 如果没有本机存放异常,这将返回 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
返回
[Out,Optional]转储中的本机存放异常; 如果没有本机存放异常,则为 NULL。