C# Class afung.MangaWeb3.Common.ErrorLogJson

Inheritance: JsonResponse
Exibir arquivo 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_oe property

public int id
return int

message public_oe property

public string message
return string

source public_oe property

public string source
return string

stackTrace public_oe property

public string stackTrace
return string

time public_oe property

public int time
return int

type public_oe property

public string type
return string