Click or drag to resize
AbstractUserControlLogAndShowError Method
Logs the exception and

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void LogAndShowError(
	string source,
	string eventCode,
	Exception ex
)

Parameters

source
Type: SystemString
Error source for the event log
eventCode
Type: SystemString
Event code for the event log
ex
Type: SystemException
Exception to log
See Also