IDkmStowedExceptionProvider.GetStowedExceptions(DkmProcess) Method

Definition

Get the stowed exceptions from a dump.

public:
 cli::array <Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation ^> ^ GetStowedExceptions(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation[] GetStowedExceptions (Microsoft.VisualStudio.Debugger.DkmProcess process);
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation[]? GetStowedExceptions (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member GetStowedExceptions : Microsoft.VisualStudio.Debugger.DkmProcess -> Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation[]
Public Function GetStowedExceptions (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] An array of stowed exception records contained in the dump.

Applies to