C# Class afung.MangaWeb3.Common.ErrorLogJson

Inheritance: JsonResponse
Show file Open project: a-fung/MangaWeb3 Class Usage Examples

Public Properties

Property Type Description
id int
message string
source string
stackTrace string
time int
type string

Property Details

id public property

public int id
return int

message public property

public string message
return string

source public property

public string source
return string

stackTrace public property

public string stackTrace
return string

time public property

public int time
return int

type public property

public string type
return string