2 references to JsonPatchException
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Internal\ErrorReporter.cs (1)
13
throw new
JsonPatchException
(error);
Operations\OperationOfT.cs (1)
62
throw new
JsonPatchException
(new JsonPatchError(objectToApplyTo, this, Resources.TestOperationNotSupported));