Search Results for

    Show / Hide Table of Contents

    Class ExtensionException.ExceptionModel

    Inheritance
    System.Object
    ExtensionException.ExceptionModel
    Namespace: DirectScale.Disco.Extension.Middleware.Models
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class ExceptionModel : Object

    Constructors

    ExceptionModel()

    Declaration
    public ExceptionModel()

    Properties

    ErrorId

    Declaration
    public string ErrorId { get; set; }
    Property Value
    Type Description
    System.String

    ErrorMessage

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String

    InternalStackTrace

    Declaration
    public string InternalStackTrace { get; set; }
    Property Value
    Type Description
    System.String

    RemoteStackTrace

    Declaration
    public List<string> RemoteStackTrace { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX