VSConstants.DISP_E_BADPARAMCOUNT Field

Definition

An error return value that indicates that the number of elements provided to the method is different from the number of arguments accepted by the method.

public: int DISP_E_BADPARAMCOUNT = -2147352562;
int DISP_E_BADPARAMCOUNT = -2147352562;
public const int DISP_E_BADPARAMCOUNT = -2147352562;
val mutable DISP_E_BADPARAMCOUNT : int
Public Const DISP_E_BADPARAMCOUNT As Integer  = -2147352562

Field Value

Value = -2147352562

Applies to