Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExceptionViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Filters
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class ExceptionViewModel

    Properties

    View Source

    ExceptionMessage

    Declaration
    public string ExceptionMessage { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ExceptionType

    Declaration
    public Type? ExceptionType { get; set; }
    Property Value
    Type Description
    System.Nullable<Type>
    View Source

    StackTrace

    Declaration
    public string StackTrace { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ExceptionMessage
      • ExceptionType
      • StackTrace
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX