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