committed
This commit is contained in:
@@ -30,7 +30,7 @@ namespace DataStoring.EfCore
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
throw new Exception("Cant delete entity with id " + id);
|
||||
throw new Exception(string.Format("Cant delete entity with id {0} # {1} " ,id,e.Message));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user