3 references to Error_InvalidAttribute
NuGet.Configuration (3)
Settings\SettingElement.cs (3)
89
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.
Error_InvalidAttribute
, attribute.Key, attribute.Value));
150
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.
Error_InvalidAttribute
, attributeName, newValue));
181
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.
Error_InvalidAttribute
, attributeName, value));