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 SourceHttpUmbracoFormRouteStringException()
Initializes a new instance of the HttpUmbracoFormRouteStringException class.
Declaration
public HttpUmbracoFormRouteStringException()
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. |
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. |