 | LogHelperGetUserFriendlyExceptionMessages Method (AggregateException) |
Returns a string containing the exception message, as well as all the inner exception messages of an aggregate exception
Namespace:
LynceeTec.LogTools
Assembly:
LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 9.0.26418.0 , built 2021-10-22 08:43:38 UTC
Syntaxpublic static string GetUserFriendlyExceptionMessages(
AggregateException agex
)
public:
static String^ GetUserFriendlyExceptionMessages(
AggregateException^ agex
)
Parameters
- agex
- Type: SystemAggregateException
The aggregate exception.
Return Value
Type:
String
See Also