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