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); 3098throw CreateXmlException(SR.Xml_UnexpectedEndTag); 3110throw CreateXmlException(SR.Xml_DtdIsProhibited); 3118throw CreateXmlException(SR.Xml_DtdNotAllowedInFragment); 3120throw CreateXmlException(SR.Xml_BadDTDLocation); 3262throw CreateXmlException(SR.Xml_InvalidRootData); 3530throw CreateXmlException(SR.Xml_InvalidSurrogateMissingLowChar); 3572throw CreateXmlException(SR.Xml_UnexpectedEOF1); 4397return CreateXmlException(SR.XmlBinary_UnexpectedToken);