Method | Description | |
---|---|---|
JsonPatchError ( object affectedObject, Operation operation, string errorMessage ) : System |
Initializes a new instance of JsonPatchError.
|
public JsonPatchError ( object affectedObject, Operation operation, string errorMessage ) : System | ||
affectedObject | object | The object that is affected by the error. |
operation | Operation | The |
errorMessage | string | The error message. |
return | System |