Search Results for

    Show / Hide Table of Contents
    View Source

    Class HttpUmbracoFormRouteStringException

    Exception that occurs when an Umbraco form route string is invalid

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Exceptions
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public sealed class HttpUmbracoFormRouteStringException : Exception

    Constructors

    View Source

    HttpUmbracoFormRouteStringException()

    Initializes a new instance of the HttpUmbracoFormRouteStringException class.

    Declaration
    public HttpUmbracoFormRouteStringException()
    View Source

    HttpUmbracoFormRouteStringException(String)

    Initializes a new instance of the HttpUmbracoFormRouteStringException class.

    Declaration
    public HttpUmbracoFormRouteStringException(string message)
    Parameters
    Type Name Description
    System.String message

    The error message displayed to the client when the exception is thrown.

    View Source

    HttpUmbracoFormRouteStringException(String, Exception)

    Initializes a new instance of the HttpUmbracoFormRouteStringException class.

    Declaration
    public HttpUmbracoFormRouteStringException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The error message displayed to the client when the exception is thrown.

    Exception innerException

    The System.Exception.InnerException, if any, that threw the current exception.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • HttpUmbracoFormRouteStringException()
      • HttpUmbracoFormRouteStringException(String)
      • HttpUmbracoFormRouteStringException(String, Exception)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX