DkmProcess.GetStowedExceptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.