Class AppErrorInfo
Assembly: DataWeb.Core.dll
Syntax
public class AppErrorInfo
Properties
ErrorDate
Declaration
public DateTimeOffset ErrorDate { get; set; }
Property Value
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
ErrorStackTrace
Declaration
public string ErrorStackTrace { get; set; }
Property Value
ErrorUrl
Declaration
public string ErrorUrl { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
UserIdMaster
Declaration
public string UserIdMaster { get; set; }
Property Value