| AbstractUserControlLogAndShowError Method | 
            Logs the exception and 
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also