VSConstants.VS_E_BUSY Field

Definition

VS specific error HRESULT returned by interfaces to asynchronous behavior when the object in question in already busy.

public: int VS_E_BUSY = -2147220992;
int VS_E_BUSY = -2147220992;
public const int VS_E_BUSY = -2147220992;
val mutable VS_E_BUSY : int
Public Const VS_E_BUSY As Integer  = -2147220992

Field Value

Value = -2147220992

Remarks

An example is starting a build while a project configuration object that can be built is in the process of completing a build or checking time stamps on component files.

Applies to