10 references to ParseError
System.Web.Extensions (10)
UI\WebControls\Dynamic.cs (10)
677
throw
ParseError
(AtlasWeb.ExpressionParser_DuplicateIdentifier, name);
931
throw
ParseError
(AtlasWeb.ExpressionParser_ExpressionExpected);
948
throw
ParseError
(AtlasWeb.ExpressionParser_InvalidCharacterLiteral);
962
throw
ParseError
(AtlasWeb.ExpressionParser_InvalidIntegerLiteral, text);
972
throw
ParseError
(AtlasWeb.ExpressionParser_InvalidIntegerLiteral, text);
993
if (value == null) throw
ParseError
(AtlasWeb.ExpressionParser_InvalidRealLiteral, text);
1039
throw
ParseError
(AtlasWeb.ExpressionParser_UnknownIdentifier, token.text);
1044
throw
ParseError
(AtlasWeb.ExpressionParser_NoItInScope);
2040
if (token.id != t) throw
ParseError
(errorMessage);
2044
if (token.id != t) throw
ParseError
(AtlasWeb.ExpressionParser_SyntaxError);