优化ETL过滤模块
using System; namespace NewLife.Queue.Storage.Exceptions { public class ChunkCompleteException : Exception { public ChunkCompleteException(string message) : base(message) { } } }