JsonPatchError(Object, Operation, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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)
Paramètres
- affectedObject
- Object
Objet affecté par l’erreur.
- errorMessage
- String
Message d’erreur.