예제 #1
0
 public static BusinessException GetException(string message, int errCode)
 {
     return(BusinessException.GetException(message, errCode, null));
 }
예제 #2
0
 public static BusinessException GetException(string message, Exception innerException)
 {
     return(BusinessException.GetException(message, 0, innerException));
 }