2 references to XmlException
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
2505Throw( new XmlException( e.Message, (Exception)null, lineNo, linePos, ps.baseUriStr ) );
System\Xml\XmlException.cs (1)
103this( message, innerException, lineNumber, linePosition, null ) {