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