4 references to DeserializeUnableToConvertValue
System.Text.Json (4)
System\Text\Json\ThrowHelper.Serialization.cs (4)
52throw new JsonException(SR.Format(SR.DeserializeUnableToConvertValue, propertyType)) { AppendPathInformation = true }; 482message = SR.Format(SR.DeserializeUnableToConvertValue, propertyType); 761SR.Format(SR.DeserializeUnableToConvertValue, propertyType))); 772SR.Format(SR.DeserializeUnableToConvertValue, propertyType)));