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