HResults.DTS_E_EXPREVALINVALIDTOKENSTATE Field

Definition

MessageId: DTS_E_EXPREVALINVALIDTOKENSTATE MessageText: Attempt to parse the expression "%1!s!" failed. The expression might contain an invalid token, an incomplete token, or an invalid element. It might not be well-formed, or might be missing part of a required element such as a parenthesis.

public: int DTS_E_EXPREVALINVALIDTOKENSTATE = -1073450841;
public const int DTS_E_EXPREVALINVALIDTOKENSTATE = -1073450841;
val mutable DTS_E_EXPREVALINVALIDTOKENSTATE : int
Public Const DTS_E_EXPREVALINVALIDTOKENSTATE As Integer  = -1073450841

Field Value

Value = -1073450841

Applies to