Click or drag to resize
FormWidgetUtilsLogFormException Method
Logs an exception which occurred during form widget processing.

Namespace: Kentico.Forms.Web.Mvc.Widgets.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static void LogFormException(
	IEventLogService eventLogService,
	string formName,
	Exception ex,
	int siteId
)

Parameters

eventLogService
Type: CMS.CoreIEventLogService
formName
Type: SystemString
ex
Type: SystemException
siteId
Type: SystemInt32
See Also