Message |
public static IList<MessageThread> Thread( this IEnumerable<IMessageSummary> messages, ThreadingAlgorithm algorithm )
| Exception | Condition |
|---|---|
| ArgumentNullException | messages is . |
| ArgumentOutOfRangeException | algorithm is not a valid threading algorithm. |
| ArgumentException | messages contains one or more items that is missing information needed for threading. |