ObjectAdapter.LogErrorAction Propriété
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.
Action pour la journalisation JsonPatchError.
public:
property Action<Microsoft::AspNetCore::JsonPatch::JsonPatchError ^> ^ LogErrorAction { Action<Microsoft::AspNetCore::JsonPatch::JsonPatchError ^> ^ get(); };
public Action<Microsoft.AspNetCore.JsonPatch.JsonPatchError> LogErrorAction { get; }
member this.LogErrorAction : Action<Microsoft.AspNetCore.JsonPatch.JsonPatchError>
Public ReadOnly Property LogErrorAction As Action(Of JsonPatchError)