Compartir a través de


JsonPatchError(Object, Operation, String) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

affectedObject
Object

Objeto afectado por el error.

operation
Operation

Operation que provocó el error.

errorMessage
String

El mensaje de error.

Se aplica a