2 references to XmlException
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (1)
2732Throw(new XmlException(e.Message, (Exception?)null, lineNo, linePos, _ps.baseUriStr));
System\Xml\XmlException.cs (1)
102this(message, innerException, lineNumber, linePosition, null)