DkmProcess.GetManagedStowedException 方法

定义

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

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

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

返回

DkmStowedExceptionInformation

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

适用于