Ejemplo n.º 1
0
 protected string ProcessException(HeContext heContext, Exception ex, bool skipLog, out string errorId)
 {
     return(ProcessBase.ProcessException(heContext, ex, string.Empty, skipLog, out errorId));
 }
Ejemplo n.º 2
0
 protected string ProcessException(HeContext heContext, Exception e, bool skipLog)
 {
     return(ProcessBase.ProcessException(heContext, e, String.Empty, skipLog));
 }