18 references to ThrowXmlException
dotnet-svcutil-lib (18)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (11)
142
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlDeclMissingVersion)));
145
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl)));
149
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlDeclMissingVersion)));
158
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl)));
162
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl)));
178
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl)));
184
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlInvalidStandalone)));
193
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlMalformedDecl)));
199
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(valueSR)));
373
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlSpecificBindingPrefix, "xml", xmlNamespace)));
377
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlSpecificBindingPrefix, "xmlns", xmlnsNamespace)));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (7)
682
XmlExceptionHelper.
ThrowXmlException
(this, exception);
887
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlSpaceBetweenAttributes)));
920
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlInvalidFFFE)));
1056
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlInvalidCommentChars)));
1189
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlInvalidFFFE)));
1349
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlCDATAInvalidAtTopLevel)));
1392
XmlExceptionHelper.
ThrowXmlException
(this, new XmlException(string.Format(SRSerialization.XmlCloseCData)));