HResults.DTS_E_EXPREVALILLEGALHEXESCAPEINSTRINGLITERAL Field

Definition

The string literal "%1" contains an illegal hexadecimal escape sequence of "\x%2". The escape sequence is not supported in string literals in the expression evaluator. The hexadecimal escape sequences must be of the form \xhhhh where h is a valid hexadecimal digit.

public: int DTS_E_EXPREVALILLEGALHEXESCAPEINSTRINGLITERAL = -1073450825;
public const int DTS_E_EXPREVALILLEGALHEXESCAPEINSTRINGLITERAL = -1073450825;
val mutable DTS_E_EXPREVALILLEGALHEXESCAPEINSTRINGLITERAL : int
Public Const DTS_E_EXPREVALILLEGALHEXESCAPEINSTRINGLITERAL As Integer  = -1073450825

Field Value

Value = -1073450825

Applies to