DkmStepper.IsExceptionInFlight Method

Definition

Gets the flag on the DkmStepper that states if a runtime monitor believes an exception is currently in flight during this step. This can be used by runtime monitors to change the behavior of 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:
 bool IsExceptionInFlight();
public:
 bool IsExceptionInFlight();
bool IsExceptionInFlight();
public bool IsExceptionInFlight ();
member this.IsExceptionInFlight : unit -> bool
Public Function IsExceptionInFlight () As Boolean

Returns

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

Applies to