5 references to XmlException
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
625
throw new
XmlException
(res, args, (IXmlLineInfo)null);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (4)
877
throw new
XmlException
(ResXml.Xml_ElementNotFoundNs, new string[2] { localname, ns }, this as IXmlLineInfo);
897
throw new
XmlException
(ResXml.Xml_UnexpectedNodeInSimpleContent, new string[] { this.NodeType.ToString(), "ReadElementString" }, this as IXmlLineInfo);
952
throw new
XmlException
(ResXml.Xml_ElementNotFoundNs, new string[2] { localname, ns }, this as IXmlLineInfo);
1562
throw new
XmlException
(ResXml.Xml_ElementNotFoundNs, new string[2] { localName, namespaceURI }, this as IXmlLineInfo);