C# 클래스 Microsoft.AspNetCore.JsonPatch.JsonPatchError

Captures error message and the related entity and the operation that caused it.
파일 보기 프로젝트 열기: aspnet/JsonPatch

공개 메소드들

메소드 설명
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