Click or drag to resize

LogHelperGetUserFriendlyExceptionMessages(Exception) Method

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: 10.2.3317.0 , built 2025-03-17 14:02:54 UTC
Syntax
public static string GetUserFriendlyExceptionMessages(
	Exception ex
)

Parameters

ex  Exception
The exception.

Return Value

String
See Also