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