System\Xml\Core\XmlTextReaderImpl.cs (3)
2472Throw( new XmlException( res, string.Empty, lineNo, linePos, ps.baseUriStr ) );
2476Throw( new XmlException( res, arg, ps.LineNo, ps.LinePos, ps.baseUriStr ) );
2480Throw( new XmlException( res, arg, lineNo, linePos, ps.baseUriStr ) );