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