3 references to TypeConverterFailed2
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (3)
173
throw CreateException(SR.Format(SR.
TypeConverterFailed2
, instance, typeof(string)), ex);
224
throw CreateException(SR.Format(SR.
TypeConverterFailed2
, instance, typeof(string)), ex);
241
throw CreateException(SR.Format(SR.
TypeConverterFailed2
, instance, typeof(T)), ex);