5 references to XmlException
System.Xml (5)
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 ) );
System\Xml\Schema\DtdParser.cs (2)
3274readerAdapter.Throw( new XmlException( res, arg, (int)LineNo, (int)LinePos, baseUri == null ? null : baseUri.ToString() ) ); 3284readerAdapter.Throw( new XmlException( res, arg, (int)lineNo, (int)linePos, baseUri == null ? null : baseUri.ToString() ) );