FilteredSafeExtensions Members
Include Protected Members
Include Inherited Members
The FilteredSafeExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.
|
|
FilterSelectManySafe<TSource, TResult> |
Safely selects many items from IEnumerable<T> and runs exceptions through the FilterException(Exception)
|
|
FilterSelectSafe<TSource, TResult> |
Safely selects items from IEnumerable<T> and runs exceptions through the FilterException(Exception).
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Extensions Namespace