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