Message |
public static IList<T> Sort<T>( this IEnumerable<T> messages, IList<OrderBy> orderBy ) where T : IMessageSummary
| Exception | Condition |
|---|---|
| ArgumentNullException | messages is . -or- orderBy is . |
| ArgumentException | messages contains one or more items that is missing information needed for sorting. -or- orderBy is an empty list. |