Click or drag to resize
EventLogProviderGetExceptionLogMessage 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#
public static string GetExceptionLogMessage(
	Exception ex
)

Parameters

ex
Type: SystemException
Exception to log

Return Value

Type: String
See Also