Click or drag to resize
FormSectionExceptionFilterAttribute Class
Attribute handling errors occurring during form sections rendering.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FilterAttribute
      Kentico.Forms.MvcFormSectionExceptionFilterAttribute

Namespace: Kentico.Forms.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class FormSectionExceptionFilterAttribute : FilterAttribute, 
	IExceptionFilter

The FormSectionExceptionFilterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFormSectionExceptionFilterAttribute
Top
Methods
  NameDescription
Public methodOnException
Logs exception to the event log. Responds with 200 status code and no markup.
Top
See Also