v9.7.2018.0421 支持运行时修改DAL连接字符串
using System; namespace NewLife.Queue.Storage.Exceptions { public class ChunkBadDataException : Exception { public ChunkBadDataException(string message) : base(message) { } } }