//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#: //ORIGINAL LINE: private static String getRandomValue(java.util.List<String> dataList) throws Exception private static string getRandomValue(IList <string> dataList) { string returnString = (string)RandomUtil.getRandomObjectFromList(dataList); return(returnString); }