3 references to Constraint_Error_ArgumentHasEmptyString
Microsoft.TemplateEngine.Edge (3)
Constraints\ConstraintsExtensions.cs (3)
24
return new[] { token.GetValue<string>() ?? throw new ConfigurationException(string.Format(LocalizableStrings.
Constraint_Error_ArgumentHasEmptyString
, args)) };
33
throw new ConfigurationException(string.Format(LocalizableStrings.
Constraint_Error_ArgumentHasEmptyString
, args));
39
throw new ConfigurationException(string.Format(LocalizableStrings.
Constraint_Error_ArgumentHasEmptyString
, args));