EventLogProviderGetExceptionLogMessage Method |
Gets complete log for exception with message and deep stack trace.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax public static string GetExceptionLogMessage(
Exception ex
)
Parameters
- ex
- Type: SystemException
Exception to log
Return Value
Type:
StringSee Also