6 instantiations of JsonPatchException
Microsoft.AspNetCore.JsonPatch.SystemTextJson (6)
Internal\ErrorReporter.cs (1)
13
throw new
JsonPatchException
(error);
Internal\ParsedPath.cs (2)
57
throw new
JsonPatchException
(Resources.FormatInvalidValueForPath(path), null);
70
throw new
JsonPatchException
(Resources.FormatInvalidValueForPath(path), null);
Internal\PathHelpers.cs (1)
20
throw new
JsonPatchException
(Resources.FormatInvalidValueForPath(path), null);
Operations\OperationOfT.cs (2)
62
throw new
JsonPatchException
(new JsonPatchError(objectToApplyTo, this, Resources.TestOperationNotSupported));
65
throw new
JsonPatchException
(
2 references to JsonPatchException
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
JsonPatchDocument.cs (1)
175
catch (
JsonPatchException
jsonPatchException)
JsonPatchDocumentOfT.cs (1)
611
catch (
JsonPatchException
jsonPatchException)