Share via


FilteredSafeExtensions Members

Include Protected Members
Include Inherited Members

The FilteredSafeExtensions type exposes the following members.

Methods

  Name Description
Ff673208.pubmethod(en-us,PandP.50).gifFf673208.static(en-us,PandP.50).gif FilterException
Filters an exception by comparing it to an internal type list. If the exception type matches one in the list, it logs a warning. Exceptions not matching the list are rethrown.
Ff673208.pubmethod(en-us,PandP.50).gifFf673208.static(en-us,PandP.50).gif FilterSelectManySafe<TSource, TResult>
Safely selects many items from IEnumerable<T> and runs exceptions through the FilterException(Exception)
Ff673208.pubmethod(en-us,PandP.50).gifFf673208.static(en-us,PandP.50).gif FilterSelectSafe<TSource, TResult>
Safely selects items from IEnumerable<T> and runs exceptions through the FilterException(Exception).

See Also

FilteredSafeExtensions Class

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