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