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