Utils.FlattenAggregate(Exception) Method

Definition

public static System.Collections.Generic.List<Exception> FlattenAggregate (this Exception exc);
static member FlattenAggregate : Exception -> System.Collections.Generic.List<Exception>
<Extension()>
Public Function FlattenAggregate (exc As Exception) As List(Of Exception)

Parameters

exc
Exception

Returns

Applies to