JsonPatchException<TModel> Class¶
Inheritance Hierarchy¶
System.Object
System.Exception
Microsoft.AspNet.JsonPatch.Exceptions.JsonPatchException
Microsoft.AspNet.JsonPatch.Exceptions.JsonPatchException<TModel>
Syntax¶
public class JsonPatchException<TModel> : JsonPatchException, ISerializable, _Exception where TModel : class
Constructors¶
-
Microsoft.AspNet.JsonPatch.Exceptions.JsonPatchException<TModel>.JsonPatchException()
public JsonPatchException()
-
JsonPatchException
(Microsoft.AspNet.JsonPatch.JsonPatchError<TModel>)¶ Arguments: - jsonPatchError (Microsoft.AspNet.JsonPatch.JsonPatchError{{TModel}}) –
public JsonPatchException(JsonPatchError<TModel> jsonPatchError)
-
JsonPatchException
(Microsoft.AspNet.JsonPatch.JsonPatchError<TModel>, System.Exception) Arguments: - jsonPatchError (Microsoft.AspNet.JsonPatch.JsonPatchError{{TModel}}) –
- innerException (System.Exception) –
public JsonPatchException(JsonPatchError<TModel> jsonPatchError, Exception innerException)
-