Partager via


SafeEnumerableExtensions.SelectSafe<TSource, TResult> Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Ff669576.pubmethod(en-us,PandP.50).gifFf669576.static(en-us,PandP.50).gif SelectSafe<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>)
Filters out exceptions occurring from selector during selection.
Ff669576.pubmethod(en-us,PandP.50).gifFf669576.static(en-us,PandP.50).gif SelectSafe<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, Action<Exception>)
Filters out exceptions occurring from selector during selection and calls back to an Action<T> when an error is encountered.

See Also

SafeEnumerableExtensions Class

SafeEnumerableExtensions Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Extensions Namespace