protected virtual void ParseRespMessage(string code, ref string mean, ref string show) { ParseRespMessage(mErrConfigFile, code, ref mean, ref show); //增加业务错误码解析 if (BaseBusinessEntity != null) { BaseBusinessEntity.ParseRespMessage(code, ref mean, ref show); } }
public ObjectUpdateException(BaseBusinessEntity obj, Exception ex) : base(ex) { }
public ObjectInsertException(BaseBusinessEntity obj, Exception ex) : base(ex) { }
public UniqueConstraintException(BaseBusinessEntity obj, Exception ex) : base(ex) { ExceptionData = obj; }