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