JsonPatchError(Object, Operation, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of JsonPatchError.
public:
JsonPatchError(System::Object ^ affectedObject, Microsoft::AspNetCore::JsonPatch::Operations::Operation ^ operation, System::String ^ errorMessage);
public JsonPatchError (object affectedObject, Microsoft.AspNetCore.JsonPatch.Operations.Operation operation, string errorMessage);
new Microsoft.AspNetCore.JsonPatch.JsonPatchError : obj * Microsoft.AspNetCore.JsonPatch.Operations.Operation * string -> Microsoft.AspNetCore.JsonPatch.JsonPatchError
Public Sub New (affectedObject As Object, operation As Operation, errorMessage As String)
Parameters
- affectedObject
- Object
The object that is affected by the error.
- errorMessage
- String
The error message.