3 references to Arg_KeyNotFoundWithKey
System.Text.Json (3)
System\Text\Json\Document\JsonElement.cs (3)
143throw new KeyNotFoundException(SR.Format(SR.Arg_KeyNotFoundWithKey, propertyName)); 181throw new KeyNotFoundException(SR.Format(SR.Arg_KeyNotFoundWithKey, propertyName.ToString())); 221throw new KeyNotFoundException(SR.Format(SR.Arg_KeyNotFoundWithKey, Encoding.UTF8.GetString(utf8PropertyName)));