C# 클래스 Newtonsoft.Json.Serialization.ErrorEventArgs

Provides data for the Error event.
상속: System.EventArgs
파일 보기 프로젝트 열기: runegri/Applicable 1 사용 예제들

공개 메소드들

메소드 설명
ErrorEventArgs ( object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext ) : System

Initializes a new instance of the ErrorEventArgs class.

메소드 상세

ErrorEventArgs() 공개 메소드

Initializes a new instance of the ErrorEventArgs class.
public ErrorEventArgs ( object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext ) : System
currentObject object The current object.
errorContext Newtonsoft.Json.Serialization.ErrorContext The error context.
리턴 System