2 references to JsonRequiredPropertiesMissing
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
318throw new JsonException(SR.Format(SR.JsonRequiredPropertiesMissing, parent.Type, builder.ToString())); 324throw new JsonException(SR.Format(SR.JsonRequiredPropertiesMissing, type, propertyList));