C# 클래스 afung.MangaWeb3.Common.ErrorLogJson

상속: JsonResponse
파일 보기 프로젝트 열기: a-fung/MangaWeb3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id int
message string
source string
stackTrace string
time int
type string

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

message 공개적으로 프로퍼티

public string message
리턴 string

source 공개적으로 프로퍼티

public string source
리턴 string

stackTrace 공개적으로 프로퍼티

public string stackTrace
리턴 string

time 공개적으로 프로퍼티

public int time
리턴 int

type 공개적으로 프로퍼티

public string type
리턴 string