Partager via


SafeEnumerableExtensions.WithNoExceptions<TSource> Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Ff671458.pubmethod(en-us,PandP.50).gifFf671458.static(en-us,PandP.50).gif WithNoExceptions<TSource>(IEnumerable<TSource>)
Filters out exceptions produced by IEnumerable<T>.
Ff671458.pubmethod(en-us,PandP.50).gifFf671458.static(en-us,PandP.50).gif WithNoExceptions<TSource>(IEnumerable<TSource>, Action<Exception>)
Filters out exceptions produced by IEnumerable<T> and calls back to an Action<T> for handling errors.

See Also

SafeEnumerableExtensions Class

SafeEnumerableExtensions Members

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