We need to add top level exception handling in the ConfigurationFormViewModel to display friendly messages to the user when e.g. an IOException occurs.
Where necessary, we should wrap exceptions in some of the service classes, e.g. an ConfigurationIOException when an exception occurs on doing IO in the configuration directory.
We need to add top level exception handling in the ConfigurationFormViewModel to display friendly messages to the user when e.g. an
IOException
occurs.Where necessary, we should wrap exceptions in some of the service classes, e.g. an
ConfigurationIOException
when an exception occurs on doing IO in the configuration directory.