27 references to ParseError
System.Web.Extensions (27)
UI\WebControls\Dynamic.cs (27)
686throw ParseError(exprPos, AtlasWeb.ExpressionParser_ExpressionTypeMismatch, GetTypeName(resultType));
1054throw ParseError(errorPos, AtlasWeb.ExpressionParser_IifRequiresThreeArgs);
1060throw ParseError(errorPos, AtlasWeb.ExpressionParser_FirstExprMustBeBool);
1074throw ParseError(errorPos, AtlasWeb.ExpressionParser_BothTypesConvertToOther, type1, type2);
1075throw ParseError(errorPos, AtlasWeb.ExpressionParser_NeitherTypeConvertsToOther, type1, type2);
1098if (me == null) throw ParseError(exprPos, AtlasWeb.ExpressionParser_MissingAsClause);
1121throw ParseError(errorPos, AtlasWeb.ExpressionParser_ArgsIncompatibleWithLambda);
1130throw ParseError(errorPos, AtlasWeb.ExpressionParser_TypeHasNoNullableForm, GetTypeName(type));
1141throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoMatchingConstructor, GetTypeName(type));
1145throw ParseError(errorPos, AtlasWeb.ExpressionParser_AmbiguousConstructorInvocation, GetTypeName(type));
1167throw ParseError(errorPos, AtlasWeb.ExpressionParser_CannotConvertValue,
1188throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoApplicableMethod,
1193throw ParseError(errorPos, AtlasWeb.ExpressionParser_MethodsAreInaccessible, GetTypeName(method.DeclaringType));
1195throw ParseError(errorPos, AtlasWeb.ExpressionParser_MethodIsVoid,
1199throw ParseError(errorPos, AtlasWeb.ExpressionParser_AmbiguousMethodInvocation,
1206throw ParseError(errorPos, AtlasWeb.ExpressionParser_UnknownPropertyOrField,
1236throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoApplicableAggregate, methodName);
1281throw ParseError(errorPos, AtlasWeb.ExpressionParser_CannotIndexMultipleDimensionalArray);
1284throw ParseError(errorPos, AtlasWeb.ExpressionParser_InvalidIndex);
1293throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoApplicableIndexer,
1298throw ParseError(errorPos, AtlasWeb.ExpressionParser_AmbiguousIndexerInvocation,
1368throw ParseError(errorPos, AtlasWeb.ExpressionParser_IncompatibleOperand,
1383return ParseError(pos, AtlasWeb.ExpressionParser_IncompatibleOperands,
1946throw ParseError(textPos, AtlasWeb.ExpressionParser_UnterminatedStringLiteral);
1988throw ParseError(textPos, AtlasWeb.ExpressionParser_InvalidCharacter, ch);
2036if (!Char.IsDigit(ch)) throw ParseError(textPos, AtlasWeb.ExpressionParser_DigitExpected);
2048return ParseError(token.pos, format, args);