14 instantiations of QueryCompileException
System.ServiceModel (14)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
421throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.CouldNotParseExpression));
System\ServiceModel\Dispatcher\QueryModel.cs (1)
862throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidComparison));
System\ServiceModel\Dispatcher\XPathCompiler.cs (7)
304throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.PredicateNestingTooDeep)); 367throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidTypeConversion)); 623throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.UnsupportedAxis)); 634throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.PredicateNestingTooDeep)); 748throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.UnsupportedAxis)); 776throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.PredicateNestingTooDeep)); 897throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(error));
System\ServiceModel\Dispatcher\XPathExpr.cs (3)
189throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidExpression)); 319throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidTypeConversion)); 340throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(QueryCompileError.InvalidTypeConversion));
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
1052throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(err, msg));
System\ServiceModel\Dispatcher\XPathParser.cs (1)
1005throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(error, this.lexer.ConsumedSubstring()));
2 references to QueryCompileException
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryMatcher.cs (2)
703catch (QueryCompileException) 913catch (QueryCompileException)