Click or drag to resize

AsyncHelpersGetCombinedException Method

Gets the combined exception from all exceptions in the list.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public static Exception? GetCombinedException(
	IList<Exception> exceptions
)

Parameters

exceptions
Type: System.Collections.GenericIListException
The exceptions.

Return Value

Type: Exception
Combined exception or null if no exception was thrown.
See Also