AbstractUserControlLogAndShowError Method |
Logs the exception and
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.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