 | LogHelperGetUserFriendlyExceptionMessages Method (ReflectionTypeLoadException) |
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.LogTools
Assembly:
LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 10.1.23514.0 , built 2023-11-07 12:37:02 UTC
Syntaxpublic static string GetUserFriendlyExceptionMessages(
ReflectionTypeLoadException rtlex
)
public:
static String^ GetUserFriendlyExceptionMessages(
ReflectionTypeLoadException^ rtlex
)
Parameters
- rtlex
- Type: System.ReflectionReflectionTypeLoadException
The reflection type load exception.
Return Value
Type:
String
See Also