JsonPatchException Class¶
Inheritance Hierarchy¶
System.Object
System.Exception
Microsoft.AspNet.JsonPatch.Exceptions.JsonPatchException
Constructors¶
-
Microsoft.AspNet.JsonPatch.Exceptions.JsonPatchException.JsonPatchException()
public JsonPatchException()
-
JsonPatchException
(System.String, System.Exception)¶ Arguments: - message (System.String) –
- innerException (System.Exception) –
public JsonPatchException(string message, Exception innerException)
-