FrameworkFork\Microsoft.Xml\Xml\BinaryXml\SqlUtils.cs (12)
216throw new XmlException(ResXml.SqlTypes_ArithTruncation, (string)null);
220throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
317throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
323throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
359throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
367throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
391throw new XmlException(ResXml.SqlTypes_DivideByZero, (string)null);
465throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
771throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
796throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
814throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
1076throw new XmlException(ResXml.SqlTypes_ArithOverflow, (string)null);
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (11)
398throw new XmlException(ResXml.Xml_EmptyName, string.Empty);
418return new XmlException(ResXml.Xml_EmptyName, string.Empty);
518if (throwOnError) throw new XmlException(ResXml.Xdom_Empty_LocalName, string.Empty);
536if (throwOnError) throw new XmlException(ResXml.Xml_InvalidPIName, localName);
545if (throwOnError) throw new XmlException(ResXml.XmlNoNameAllowed, nodeKind.ToString());
565if (throwOnError) throw new XmlException(ResXml.Xml_PrefixForEmptyNs, string.Empty);
583if (throwOnError) throw new XmlException(ResXml.Xml_XmlPrefix, string.Empty);
590if (throwOnError) throw new XmlException(ResXml.Xml_XmlnsPrefix, string.Empty);
596if (throwOnError) throw new XmlException(ResXml.Xml_NamespaceDeclXmlXmlns, string.Empty);
606if (throwOnError) throw new XmlException(ResXml.Xml_InvalidPIName, CreateName(prefix, localName));
615if (throwOnError) throw new XmlException(ResXml.XmlNoNameAllowed, nodeKind.ToString());