ChangeLog 995 B

12345678910111213141516171819202122232425
  1. 2002-01-31 Duncan Mak <[email protected]>
  2. * ConfigurationException.cs: Rewrote most of the file and added
  3. serialization bits.
  4. 2002-01-06 Ravi Pratap <[email protected]>
  5. * ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration
  6. * SingleTagSectionHandler.cs, DictionarySectionHandler.cs,
  7. NameValueSectionHandler.cs : Ditto.
  8. 2001-08-28 Christopher Podurgiel <[email protected]>
  9. * IConfigurationSectionHandler.cs: Added reference to System.Xml.
  10. * SingleTagSectionHandler.cs: Added Implementation of Create() method.
  11. * NameValueSectionHandler.cs: Added Implementation of Create() method.
  12. * ConfigurationException.cs: Now returns proper message rather than "System Exception".
  13. 2001-08-26 Christopher Podurgiel <[email protected]>
  14. * ConfigurationSettings.cs: No longer references the NameValueSectionHandler directly. Instead it uses System.Reflection to call the Create() method for the appropriate SectionHandler as defined in the .config file.