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