11 references to CreateXmlException
System.Private.Xml (11)
System\Xml\BinaryXml\XmlBinaryReader.cs (11)
2053
throw
CreateXmlException
(SR.Xml_UnexpectedEOF1);
2111
throw
CreateXmlException
(SR.XmlBinary_ValueTooBig);
2148
throw
CreateXmlException
(SR.XmlBinary_ValueTooBig);
3095
throw
CreateXmlException
(SR.Xml_UnexpectedEndTag);
3107
throw
CreateXmlException
(SR.Xml_DtdIsProhibited);
3115
throw
CreateXmlException
(SR.Xml_DtdNotAllowedInFragment);
3117
throw
CreateXmlException
(SR.Xml_BadDTDLocation);
3259
throw
CreateXmlException
(SR.Xml_InvalidRootData);
3527
throw
CreateXmlException
(SR.Xml_InvalidSurrogateMissingLowChar);
3569
throw
CreateXmlException
(SR.Xml_UnexpectedEOF1);
4394
return
CreateXmlException
(SR.XmlBinary_UnexpectedToken);