2 references to XmlException
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
2764Throw(new XmlException(res, args, _ps.LineNo, _ps.LinePos, _ps.baseUriStr));
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
3545_readerAdapter.Throw(new XmlException(res, args, (int)LineNo, (int)LinePos, baseUri == null ? null : baseUri.ToString()));