4 references to InvalidJsonPatchDocument
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Converters\JsonConverterForJsonPatchDocumentOfT.cs (2)
27
throw new JsonException(Resources.
InvalidJsonPatchDocument
);
49
throw new JsonException(Resources.
InvalidJsonPatchDocument
, ex);
Converters\JsonPatchDocumentConverter.cs (2)
26
throw new JsonException(Resources.
InvalidJsonPatchDocument
);
49
throw new JsonException(Resources.
InvalidJsonPatchDocument
, ex);