12 references to QueryCompileException
System.ServiceModel (12)
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));