JsonPatchException Class

Syntax

public class JsonPatchException : Exception, ISerializable, _Exception

GitHub

View on GitHub

class 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)

Properties

AffectedObject()
Return type:System.Object
public object AffectedObject { get; }
InnerException()
Return type:System.Exception
public Exception InnerException { get; }
Message()
Return type:System.String
public override string Message { get; }