HResults.DTS_E_EXPREVALBINARYTYPEMISMATCH Field

Definition

The data types "%1" and "%2" are incompatible for binary operator "%3". The operand types could not be implicitly cast into compatible types for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.

public: int DTS_E_EXPREVALBINARYTYPEMISMATCH = -1073450880;
public const int DTS_E_EXPREVALBINARYTYPEMISMATCH = -1073450880;
val mutable DTS_E_EXPREVALBINARYTYPEMISMATCH : int
Public Const DTS_E_EXPREVALBINARYTYPEMISMATCH As Integer  = -1073450880

Field Value

Value = -1073450880

Applies to