2 references to Format
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectPropertyDescriptor.cs (1)
940
throw new TargetInvocationException(SR.
Format
(SR.ErrorPropertyAccessorException, Name, name, message), t);
System\ComponentModel\TypeConverter.cs (1)
205
throw new NotSupportedException(SR.
Format
(SR.ConvertToException, GetType().Name, valueTypeName, destinationType.FullName));