2 references to ConvertToException
System.ComponentModel.TypeConverter (2)
System\ComponentModel\TypeConverter.cs (1)
205throw new NotSupportedException(SR.Format(SR.ConvertToException, GetType().Name, valueTypeName, destinationType.FullName));
System\ComponentModel\TypeDescriptor.cs (1)
2784throw new ArgumentException(SR.Format(SR.ConvertToException, nameof(objectType), instance.GetType()), nameof(instance));