JsonPatchException<TModel> Class

Inheritance Hierarchy

Syntax

public class JsonPatchException<TModel> : JsonPatchException, ISerializable, _Exception where TModel : class

GitHub

View on GitHub

Microsoft.AspNet.JsonPatch.Exceptions.JsonPatchException<TModel>

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)

Properties

AffectedObject()
Return type:TModel
public TModel AffectedObject { get; }
FailedOperation()
Return type:Microsoft.AspNet.JsonPatch.Operations.Operation{{TModel}}
public Operation<TModel> FailedOperation { get; }
Message()
Return type:System.String
public override string Message { get; }