Syncfusion geupdated
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using SanShared;
|
||||
using SanShared.Exceptions;
|
||||
|
||||
namespace CSVParser
|
||||
{
|
||||
@@ -36,7 +37,7 @@ namespace CSVParser
|
||||
|
||||
|
||||
if (!DateTime.TryParse(datum + " " + uhrzeit, out zeit))
|
||||
throw new Exception("Konnte die datum uhrzeit nicht konventieren");
|
||||
throw new CSVImportException("Konnte die datum uhrzeit nicht konventieren");
|
||||
|
||||
double.TryParse(parts[3].Replace("\"","").Replace('.', ','), out temperatur);
|
||||
int.TryParse(parts[4].Replace("\"",""), out geschwindigkeit);
|
||||
|
||||
Reference in New Issue
Block a user