5 references to
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryException.cs (2)
29
internal QueryProcessingException(QueryProcessingError error, string message) :
base
(message, null)
86
internal 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)
58
public XPathException() :
this
(string.Empty, (Exception) null) {}
60
public XPathException(string message) :
this
(message, (Exception) null) {}