using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CY.SQLDAL { /// /// 数据库访问异常 /// public class DBException : CY.Infrastructure.PException.ExceptionBase { } }