Class HttpUmbracoFormRouteStringException
Exception that occurs when an Umbraco form route string is invalid
Inheritance
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Web.HttpException
Namespace: Umbraco.Web.Mvc
Assembly: Umbraco.Web.dll
Syntax
[Serializable]
public sealed class HttpUmbracoFormRouteStringException : HttpException, ISerializable, _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. |
System.Exception | innerException | The System.Exception.InnerException, if any, that threw the current exception. |