No exception thrown inside any of the Radar controls should be allowed to bring the whole application down.
We should be able to supply an error handler delegate which will be called whenever an exception is thrown - and cought!!
This delegate should be supplied with an exception object as well... more
No exception thrown inside any of the Radar controls should be allowed to bring the whole application down.
We should be able to supply an error handler delegate which will be called whenever an exception is thrown - and cought!!
This delegate should be supplied with an exception object as well as Radar -supplied severity indicator. Depending on this severity various recovery strategies could be exploited - from rollback to closing the form.