DkmProcess.GetManagedStowedException Method

Definition

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

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

public:
 Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation ^ GetManagedStowedException();
public:
 Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation ^ GetManagedStowedException();
Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation GetManagedStowedException();
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation GetManagedStowedException ();
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation? GetManagedStowedException ();
member this.GetManagedStowedException : unit -> Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation
Public Function GetManagedStowedException () As DkmStowedExceptionInformation

Returns

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

Applies to