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