DkmProcess.GetStowedExceptions Method

Definition

Get the stowed exceptions from a dump.

This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).

public:
 cli::array <Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation ^> ^ GetStowedExceptions();
public:
 Platform::Array <Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation ^> ^ GetStowedExceptions();
std::Array <Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation const &> GetStowedExceptions();
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation[] GetStowedExceptions ();
member this.GetStowedExceptions : unit -> Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation[]
Public Function GetStowedExceptions () As DkmStowedExceptionInformation()

Returns

[Out] An array of stowed exception records contained in the dump.

Applies to