SafeEnumerableExtensions.SelectManySafe<TSource, TResult> Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
SelectManySafe<TSource, TResult>(IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>) |
Filters out exceptions occurring from selector during SelectMany.
|
|
SelectManySafe<TSource, TResult>(IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>, Action<Exception>) |
Filters out exceptions occurring from selector during SelectMany.
|
See Also
SafeEnumerableExtensions Class
SafeEnumerableExtensions Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Extensions Namespace