34 references to XmlException
dotnet-svcutil-lib (34)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (3)
301
throw new
XmlException
(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
348
throw new
XmlException
(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
460
throw new
XmlException
(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
251
throw new
XmlException
(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
291
throw new
XmlException
(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
377
throw new
XmlException
(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
619
throw new
XmlException
(res, arg, (IXmlLineInfo)null);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (13)
841
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
851
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
859
throw new
XmlException
(ResXml.Xml_ElementNotFound, name, this as IXmlLineInfo);
869
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
889
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
916
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
920
throw new
XmlException
(ResXml.Xml_ElementNotFound, name, this as IXmlLineInfo);
929
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
948
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
961
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
977
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
1558
throw new
XmlException
(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo);
1679
throw new
XmlException
(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
422
throw new
XmlException
(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (4)
925
throw new
XmlException
(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
1060
throw new
XmlException
(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
1372
throw new
XmlException
(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
1401
throw new
XmlException
(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (4)
342
throw new
XmlException
(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
477
throw new
XmlException
(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
576
throw new
XmlException
(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
605
throw new
XmlException
(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
9581
throw new
XmlException
(ResXml.Xml_InvalidNodeType, _curNode.type.ToString(), this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
2368
throw new
XmlException
(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
2377
throw new
XmlException
(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (2)
796
throw new
XmlException
(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
808
throw new
XmlException
(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);