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