DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AppError

    Represents an application error.

    Inheritance
    object
    AppError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Extension Methods

    AppErrorMapperExtension.ToAppErrorInfo(AppError)
    In this article
    Back to top Generated by DocFX