2 references to XmlException
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
2484Throw( new XmlException( res, args, ps.LineNo, ps.LinePos, ps.baseUriStr ) );
System\Xml\Schema\DtdParser.cs (1)
3279readerAdapter.Throw( new XmlException( res, args, (int)LineNo, (int)LinePos, baseUri == null ? null : baseUri.ToString() ) );