protected string ProcessException(HeContext heContext, Exception ex, bool skipLog, out string errorId) { return(ProcessBase.ProcessException(heContext, ex, string.Empty, skipLog, out errorId)); }
protected string ProcessException(HeContext heContext, Exception e, bool skipLog) { return(ProcessBase.ProcessException(heContext, e, String.Empty, skipLog)); }