 | LogHelperGetUserFriendlyExceptionMessages Method (Exception) |
Returns a string containing the exception message, as well as all the inner exception messages
Namespace:
LynceeTec.LogTools
Assembly:
LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 9.2.6612.0 , built 2022-07-14 10:49:53 UTC
Syntaxpublic static string GetUserFriendlyExceptionMessages(
Exception ex
)
public:
static String^ GetUserFriendlyExceptionMessages(
Exception^ ex
)
Parameters
- ex
- Type: SystemException
The exception.
Return Value
Type:
String
See Also