Click or drag to resize
EventLogProviderCannotLogEventInternal Method
Executes when the event logging throws an error.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
protected virtual void CannotLogEventInternal(
	Exception ex
)

Parameters

ex
Type: SystemException
Exception thrown upon problem with logging
See Also