Click or drag to resize

LogHelperGetExceptionMessageAndStackTrace(ReflectionTypeLoadException) Method

Returns a string containing the exception message and stack trace, as well as all the type load exception messages and stack traces for each type load exception of a reflection type load exception

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 GetExceptionMessageAndStackTrace(
	ReflectionTypeLoadException rtlex
)

Parameters

rtlex  ReflectionTypeLoadException
The type load exception.

Return Value

String
See Also