JsonPatchException Class

Namespace
Microsoft.AspNetCore.JsonPatch.Exceptions
Assemblies
  • Microsoft.AspNetCore.JsonPatch

Syntax

public class JsonPatchException : Exception
class Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException

Constructors

JsonPatchException()
public JsonPatchException()
JsonPatchException(Microsoft.AspNetCore.JsonPatch.JsonPatchError)
public JsonPatchException(JsonPatchError jsonPatchError)
JsonPatchException(Microsoft.AspNetCore.JsonPatch.JsonPatchError, System.Exception)
public JsonPatchException(JsonPatchError jsonPatchError, Exception innerException)
JsonPatchException(System.String, System.Exception)
public JsonPatchException(string message, Exception innerException)

Properties

Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException.AffectedObject
Return type:System.Object
public object AffectedObject { get; }
Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException.FailedOperation
Return type:Microsoft.AspNetCore.JsonPatch.Operations.Operation
public Operation FailedOperation { get; }