DkmStepper.IsExceptionInFlight 方法

定义

获取 DkmStepper 上的标志,该标志指示在此步骤中当前正在进行运行时监视器是否相信异常。 运行时监视器可以使用此方法来更改步进的行为。

位置约束:必须从监视器组件 (组件级别 100000) 中调用 API < 。

此 API 是在 Visual Studio 11 Update 1 (VS11FeaturePack1) 中引入的。

public:
 bool IsExceptionInFlight();
public:
 bool IsExceptionInFlight();
bool IsExceptionInFlight();
public bool IsExceptionInFlight ();
member this.IsExceptionInFlight : unit -> bool
Public Function IsExceptionInFlight () As Boolean

返回

Boolean

弄如果为 true,则设置航班标志中的异常。 如果为 false,则清除它。

适用于