Click or drag to resize
EventLogProviderGetExceptionLogMessageInternal Method
Gets complete log for exception with message and deep stack trace.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetExceptionLogMessageInternal(
	Exception ex
)

Parameters

ex
Type: SystemException
Exception to log

Return Value

Type: String
See Also