다음을 통해 공유


JsonPatchError 클래스

정의

오류 메시지와 관련 엔터티 및 오류 메시지를 발생시킨 작업을 캡처합니다.

public ref class JsonPatchError
public class JsonPatchError
type JsonPatchError = class
Public Class JsonPatchError
상속
JsonPatchError

생성자

JsonPatchError(Object, Operation, String)

JsonPatchError의 새 인스턴스를 초기화합니다.

속성

AffectedObject

오류의 영향을 받는 개체를 가져옵니다.

ErrorMessage

오류 메시지를 가져옵니다.

Operation

Operation 오류를 발생시킨 을 가져옵니다.

적용 대상