IDkmStowedExceptionProvider.GetNativeStowedException(DkmProcess) Method

Definition

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

public:
 Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation ^ GetNativeStowedException(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation GetNativeStowedException (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member GetNativeStowedException : Microsoft.VisualStudio.Debugger.DkmProcess -> Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation
Public Function GetNativeStowedException (process As DkmProcess) As DkmStowedExceptionInformation

Parameters

process
DkmProcess

[In] DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps.

Returns

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

Applies to