public PMSException(PMSCode errCode) { this.ReCode = errCode; }
public PMSException(string message) : base(message) { ReCode = PMSCode.ERROR; }