Click or drag to resize
FormSectionExceptionFilterAttributeOnException Method
Logs exception to the event log. Responds with 200 status code and no markup.

Namespace: Kentico.Forms.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public void OnException(
	ExceptionContext filterContext
)

Parameters

filterContext
Type: ExceptionContext
Provides the exception context.

Implements

IExceptionFilter.OnException(ExceptionContext)
See Also