25 references to XmlConvert_BadFormat
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
2088exception = new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, _dateTimeFlags.ToString()));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDateTime.cs (1)
126throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, text, kinds));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (1)
676return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, durationType));
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (22)
902throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Boolean")); 919return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Boolean")); 943return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Char")); 961return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Decimal")); 975return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Integer")); 993return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "SByte")); 1011return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Int16")); 1029return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Int32")); 1047return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Int64")); 1065return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Byte")); 1084return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "UInt16")); 1104return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "UInt32")); 1123return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "UInt64")); 1160return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Single")); 1201return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Double")); 1291throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "TimeSpan")); 1476exception = new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Guid")); 1480exception = new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Guid")); 1524throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Uri")); 1530throw new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Uri")); 1544return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Uri")); 1549return new FormatException(string.Format(ResXml.XmlConvert_BadFormat, s, "Uri"));