Share via


ObjectAdapter.LogErrorAction Property

Definition

Action for logging 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)

Property Value

Applies to