Click or drag to resize

LogHelperGetExceptionMessageAndStackTrace Method (AggregateException)

Returns a string containing the exception message and stack trace, as well as all the inner exception messages and stack traces for each exception of an aggregate exception

Namespace:  LynceeTec.LogTools
Assembly:  LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 10.1.23514.0 , built 2023-11-07 12:37:02 UTC
Syntax
public static string GetExceptionMessageAndStackTrace(
	AggregateException agex
)

Parameters

agex
Type: SystemAggregateException
The aggregate exception.

Return Value

Type: String
See Also