HResults.DTS_E_EXPREVALPARAMTYPEMISMATCH Field

Definition

The function "%1" does not support the data type "%2" for parameter number %3!d!. The type of the parameter could not be implicitly cast into a compatible type for the function. To perform this operation, the operand needs to be explicitly cast with a cast operator.

public: int DTS_E_EXPREVALPARAMTYPEMISMATCH = -1073450871;
public const int DTS_E_EXPREVALPARAMTYPEMISMATCH = -1073450871;
val mutable DTS_E_EXPREVALPARAMTYPEMISMATCH : int
Public Const DTS_E_EXPREVALPARAMTYPEMISMATCH As Integer  = -1073450871

Field Value

Value = -1073450871

Applies to