2 references to ConverterNotSupported
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestObject.cs (2)
272
throw new NotSupportedException(string.Format(CultureInfo.CurrentCulture, Resources.Resources.
ConverterNotSupported
, valueType.Name));
319
throw new NotSupportedException(string.Format(CultureInfo.CurrentCulture, Resources.Resources.
ConverterNotSupported
, valueType.Name));