 | LogHelperGetExceptionMessageAndStackTrace(Exception) Method |
Returns a string containing the exception message and stack trace, as well as all its inner exceptions messages and stack trace
Namespace: LynceeTec.LogToolsAssembly: LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 10.2.3317.0 , built 2025-03-17 14:02:54 UTC
Syntaxpublic static string GetExceptionMessageAndStackTrace(
Exception ex
)
public:
static String^ GetExceptionMessageAndStackTrace(
Exception^ ex
)
Parameters
- ex Exception
- The exception
Return Value
String
See Also