 | LogHelperGetExceptionMessageAndStackTrace(AggregateException) Method |
Returns a string containing the exception message and stack trace, as well as all the inner exception messages and stack traces for each exception of an aggregate exception
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(
AggregateException agex
)
public:
static String^ GetExceptionMessageAndStackTrace(
AggregateException^ agex
)
Parameters
- agex AggregateException
- The aggregate exception.
Return Value
String
See Also