3 references to XPathException
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathException.cs (3)
37
return new
XPathException
(res, (string[])null);
42
return new
XPathException
(res, new string[] { arg });
47
return new
XPathException
(res, new string[] { arg, arg2 });