Click or drag to resize
AbstractUserControlLogAndShowError Method
Logs the exception and

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.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