RefreshData() throws InvalidOperationException
Created at 19 Aug 2019, 21:41
SI
RefreshData() throws InvalidOperationException
19 Aug 2019, 21:41
Why is RefreshData() throwing InvalidOperationException randomly?
I'm working aroung this catching the exception and trying again to execute untill it works but this is annoyng and it's wasting performances
srubtsov
22 Aug 2019, 10:37
Hi,
Do you call `RefreshData()` from another thread?
@srubtsov