5 instantiations of JsonPatchException
Microsoft.AspNetCore.JsonPatch (5)
Internal\ErrorReporter.cs (1)
13
throw new
JsonPatchException
(error);
Internal\ParsedPath.cs (2)
52
throw new
JsonPatchException
(Resources.FormatInvalidValueForPath(path), null);
79
throw new
JsonPatchException
(Resources.FormatInvalidValueForPath(referenceToken), null);
Operations\OperationOfT.cs (2)
63
throw new
JsonPatchException
(new JsonPatchError(objectToApplyTo, this, Resources.TestOperationNotSupported));
66
throw new
JsonPatchException
(
2 references to JsonPatchException
Microsoft.AspNetCore.JsonPatch (2)
JsonPatchDocument.cs (1)
172
catch (
JsonPatchException
jsonPatchException)
JsonPatchDocumentOfT.cs (1)
608
catch (
JsonPatchException
jsonPatchException)