EventLogProviderCannotLogEventInternal Method |
Executes when the event logging throws an error.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax protected virtual void CannotLogEventInternal(
Exception ex
)
Parameters
- ex
- Type: SystemException
Exception thrown upon problem with logging
See Also