# HG changeset patch # User IBBoard # Date 1232289040 0 # Node ID 7e06c0699257025fbf0c92d0a189e41d257a721c # Parent 01fc09ab63e2265d52aa96e724ea7346ec5d9511 Re #7 - Add tests to INI parsing * Fix documentation diff -r 01fc09ab63e2 -r 7e06c0699257 IniFile.cs --- a/IniFile.cs Sun Jan 18 14:29:52 2009 +0000 +++ b/IniFile.cs Sun Jan 18 14:30:40 2009 +0000 @@ -27,7 +27,7 @@ /// /// Adds an to the IniFile. ///

- /// Throws an ArgumentException if the section already exists in this file + /// Throws a DuplicateIniSectionException if the section already exists in this file ///

/// /// The to add