15 references to ThrowConversionException
System.Runtime.Serialization (15)
System\Runtime\Serialization\XmlReaderDelegator.cs (15)
372ThrowConversionException(value.ToString(NumberFormatInfo.CurrentInfo), "Char");
401ThrowConversionException(string.Empty, "Boolean");
417ThrowConversionException(string.Empty, "Float");
433ThrowConversionException(string.Empty, "Double");
449ThrowConversionException(string.Empty, "Decimal");
529ThrowConversionException(string.Empty, "DateTime");
545ThrowConversionException(string.Empty, "Int32");
561ThrowConversionException(string.Empty, "Int64");
580ThrowConversionException(value.ToString(NumberFormatInfo.CurrentInfo), "Int16");
599ThrowConversionException(value.ToString(NumberFormatInfo.CurrentInfo), "Byte");
621ThrowConversionException(value.ToString(NumberFormatInfo.CurrentInfo), "SByte");
643ThrowConversionException(value.ToString(NumberFormatInfo.CurrentInfo), "UInt32");
661ThrowConversionException(string.Empty, "UInt64");
671ThrowConversionException(string.Empty, "UInt64");
693ThrowConversionException(value.ToString(NumberFormatInfo.CurrentInfo), "UInt16");