DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AppErrorMapperExtension

    Provides extension methods for mapping application errors entities.

    Inheritance
    object
    AppErrorMapperExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Mappers
    Assembly: DataWeb.Core.dll
    Syntax
    public static class AppErrorMapperExtension

    Methods

    ToAppErrorInfo(AppError)

    Converts an AppError to an AppErrorInfo instance.

    Declaration
    public static AppErrorInfo ToAppErrorInfo(this AppError appError)
    Parameters
    Type Name Description
    AppError appError

    The AppError to convert.

    Returns
    Type Description
    AppErrorInfo

    An instance of AppErrorInfo representing the application error.

    In this article
    Back to top Generated by DocFX