DkmStepper.SetExceptionInFlight(Boolean) Method

Definition

Runtime monitors call this to set or clear a flag on the DkmStepper that can be used by cooperating runtimes to change the behavior of stepping if an exception is current in flight. Called by runtime monitors when an exception is encountered while stepping.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 11 Update 1 (DkmApiVersion.VS11FeaturePack1).

public:
 void SetExceptionInFlight(bool Enable);
public:
 void SetExceptionInFlight(bool Enable);
void SetExceptionInFlight(bool Enable);
public void SetExceptionInFlight (bool Enable);
member this.SetExceptionInFlight : bool -> unit
Public Sub SetExceptionInFlight (Enable As Boolean)

Parameters

Enable
Boolean

[In] If true, the exception in flight flag is set. If false, it is cleared.

Applies to