2 references to XmlException
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
2700
Throw(new
XmlException
(res, args, _ps.LineNo, _ps.LinePos, _ps.baseUriStr));
System\Xml\Schema\DtdParser.cs (1)
3469
_readerAdapter.Throw(new
XmlException
(res, args, (int)LineNo, (int)LinePos, baseUri?.ToString()));