5 references to XmlException
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
2749Throw(new XmlException(res, string.Empty, lineNo, linePos, _ps.baseUriStr)); 2754Throw(new XmlException(res, arg, _ps.LineNo, _ps.LinePos, _ps.baseUriStr)); 2759Throw(new XmlException(res, arg, lineNo, linePos, _ps.baseUriStr));
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
3539_readerAdapter.Throw(new XmlException(res, arg, (int)LineNo, (int)LinePos, baseUri == null ? null : baseUri.ToString())); 3551_readerAdapter.Throw(new XmlException(res, arg, (int)lineNo, (int)linePos, baseUri == null ? null : baseUri.ToString()));