Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoErrorResult

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ActionResult
    Microsoft.AspNetCore.Mvc.ObjectResult
    Namespace: Umbraco.Cms.Web.BackOffice.ActionResults
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class UmbracoErrorResult : ObjectResult, IStatusCodeActionResult, IActionResult

    Constructors

    View Source

    UmbracoErrorResult(HttpStatusCode, Object)

    Declaration
    public UmbracoErrorResult(HttpStatusCode statusCode, object value)
    Parameters
    Type Name Description
    System.Net.HttpStatusCode statusCode
    System.Object value
    View Source

    UmbracoErrorResult(HttpStatusCode, String)

    Declaration
    public UmbracoErrorResult(HttpStatusCode statusCode, string message)
    Parameters
    Type Name Description
    System.Net.HttpStatusCode statusCode
    System.String message
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoErrorResult(HttpStatusCode, Object)
      • UmbracoErrorResult(HttpStatusCode, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX