8 references to SR
Microsoft.Extensions.Configuration.Json (8)
JsonConfigurationExtensions.cs (1)
71
throw new ArgumentException(
SR
.Error_InvalidFilePath, nameof(path));
JsonConfigurationFileParser.cs (6)
35
throw new FormatException(
SR
.Format(
SR
.Error_InvalidTopLevelJSONElement, doc.RootElement.ValueKind));
111
throw new FormatException(
SR
.Format(
SR
.Error_KeyIsDuplicated, key));
117
throw new FormatException(
SR
.Format(
SR
.Error_UnsupportedJSONToken, value.ValueKind));
JsonConfigurationProvider.cs (1)
34
throw new FormatException(
SR
.Error_JSONParseError, e);