Click or drag to resize

LogHelperGetExceptionMessageAndStackTrace Method (Exception)

Returns a string containing the exception message and stack trace, as well as all its inner exceptions messages and stack trace

Namespace:  LynceeTec.LogTools
Assembly:  LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:46:59 UTC
Syntax
public static string GetExceptionMessageAndStackTrace(
	Exception ex
)

Parameters

ex
Type: SystemException
The exception

Return Value

Type: String
See Also