C# Класс Microsoft.AspNetCore.JsonPatch.JsonPatchError

Captures error message and the related entity and the operation that caused it.
Показать файл Открыть проект

Открытые методы

Метод Описание
JsonPatchError ( object affectedObject, Operation operation, string errorMessage ) : System

Initializes a new instance of JsonPatchError.

Описание методов

JsonPatchError() публичный Метод

Initializes a new instance of JsonPatchError.
public JsonPatchError ( object affectedObject, Operation operation, string errorMessage ) : System
affectedObject object The object that is affected by the error.
operation Operation The that caused the error.
errorMessage string The error message.
Результат System