HResults.DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL Field

Definition

MessageId: DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL MessageText: A string literal contains an illegal hexadecimal escape sequence. The escape sequence is not supported in string literals in the expression evaluator. Hexadecimal escape sequences must be of the form \xhhhh where h is a valid hexadecimal digit.

public: int DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL = -1073442723;
public const int DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL = -1073442723;
val mutable DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL : int
Public Const DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL As Integer  = -1073442723

Field Value

Value = -1073442723

Applies to