 | LogHelperGetUserFriendlyExceptionMessages(ReflectionTypeLoadException) Method |
Returns a string containing the exception message, as well as all the inner exception messages and type load exception of a reflection type load 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 GetUserFriendlyExceptionMessages(
ReflectionTypeLoadException rtlex
)
public:
static String^ GetUserFriendlyExceptionMessages(
ReflectionTypeLoadException^ rtlex
)
Parameters
- rtlex ReflectionTypeLoadException
- The reflection type load exception.
Return Value
String
See Also