3 references to QueryCompileException
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryException.cs (1)
91internal QueryCompileException(QueryCompileError error) : this(error, null)
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()));