Click or drag to resize

LogHelperGetExceptionMessageAndStackTrace Method (ReflectionTypeLoadException)

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: 9.2.6612.0 , built 2022-07-14 10:49:53 UTC
Syntax
public static string GetExceptionMessageAndStackTrace(
	ReflectionTypeLoadException rtlex
)

Parameters

rtlex
Type: System.ReflectionReflectionTypeLoadException
The type load exception.

Return Value

Type: String
See Also