5 references to XmlException
System.Private.Xml (5)
System\Xml\Core\XmlCharCheckingReader.cs (1)
587
throw new
XmlException
(res, args, (IXmlLineInfo?)null);
System\Xml\Core\XmlReader.cs (4)
786
throw new
XmlException
(SR.Xml_ElementNotFoundNs, new string[] { localname, ns }, this as IXmlLineInfo);
806
throw new
XmlException
(SR.Xml_UnexpectedNodeInSimpleContent, new string[] { NodeType.ToString(), "ReadElementString" }, this as IXmlLineInfo);
861
throw new
XmlException
(SR.Xml_ElementNotFoundNs, new string[] { localname, ns }, this as IXmlLineInfo);
1422
throw new
XmlException
(SR.Xml_ElementNotFoundNs, new string[] { localName, namespaceURI }, this as IXmlLineInfo);