This method is called whenever an exception is raised during data loading.
public void HandleDataException( Exception ex );
Parameters
ex
Exception
Remarks
It is important to override this method and add code that accepts the error information
and funnels it to the foreground thread (since exceptions that occur on background threads
will not be visible on the foreground thread and thus not be obvious at all).
See also:
Interface IDataHandler