5 references to
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryException.cs (2)
29internal QueryProcessingException(QueryProcessingError error, string message) : base(message, null) 86internal QueryCompileException(QueryCompileError error, string message) : base(message, null)
System\ServiceModel\Dispatcher\XPathNavigatorException.cs (1)
32: base(message, innerException)
System.Xml (2)
System\Xml\XPath\XPathException.cs (2)
58public XPathException() : this (string.Empty, (Exception) null) {} 60public XPathException(string message) : this (message, (Exception) null) {}