Class AppError
Represents an application error.
Inherited Members
Namespace: DataWeb.Error
Assembly: DataWeb.Core.dll
Syntax
public class AppError
Properties
ErrorDate
Gets or sets the date and time when the error occurred.
Declaration
public DateTimeOffset ErrorDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
ErrorMessage
Gets or sets the error message.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorStackTrace
Gets or sets the stack trace of the error.
Declaration
public string ErrorStackTrace { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorUrl
Gets or sets the URL where the error occurred.
Declaration
public string ErrorUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
UserIdMaster
Gets or sets the Id of the user associated with the error.
Declaration
public string UserIdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |