DkmProcess.GetNativeStowedException Method

Definition

Get the native stowed exception from a dump. This will return S_FALSE if there is no native stowed exception.

This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.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

Returns

[Out,Optional] The native stowed exception from the dump, or NULL if there is no native stowed exception.

Applies to