19 using System.Collections.Generic;
32 #region Public properties 36 public Exception Exception
40 if (UserSettings != null)
55 Exception e = Exception;
67 public string InnerMessage
71 Exception e = Exception;
72 if (e != null && e.InnerException != null)
74 return e.InnerException.Message;
94 UserSettings = userSettings;
103 #region Implementation of ViewModelBase 115 #region Private fields override object RevealModelObject()
Returns the exception, if any.
Base class for persistent settings; a replacement for the UserSettings.UserSettingsBase system which ...
General view model for user settings-related exceptions.
Exception Exception
Gets the last IOException, if any occurred.