Udostępnij za pośrednictwem


IDkmStowedExceptionProvider Interface

Definition

Interface implemented by the Minidump BDM in order to query for Stowed Exception information.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

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

public interface class IDkmStowedExceptionProvider
public interface class IDkmStowedExceptionProvider
__interface IDkmStowedExceptionProvider
public interface IDkmStowedExceptionProvider
type IDkmStowedExceptionProvider = interface
Public Interface IDkmStowedExceptionProvider

Methods

GetManagedStowedException(DkmProcess)

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

GetNativeStowedException(DkmProcess)

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

GetStowedExceptions(DkmProcess)

Get the stowed exceptions from a dump.

Applies to