 | 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: 10.0.10611.0 , built 2022-11-07 13:07:09 UTC
Syntaxpublic static string GetExceptionMessageAndStackTrace(
Exception ex
)
public:
static String^ GetExceptionMessageAndStackTrace(
Exception^ ex
)
Parameters
- ex
- Type: SystemException
The exception
Return Value
Type:
String
See Also