changeset 20:855b4903b256

Re #12 - Document methods and classes * Add documentation to InvalidFileException at class level
author IBBoard <dev@ibboard.co.uk>
date Sat, 21 Feb 2009 14:28:07 +0000
parents 711807b9155a
children c8d74202182a
files IO/InvalidFileException.cs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/IO/InvalidFileException.cs	Tue Feb 17 15:58:56 2009 +0000
+++ b/IO/InvalidFileException.cs	Sat Feb 21 14:28:07 2009 +0000
@@ -7,7 +7,7 @@
 namespace IBBoard.IO
 {
 	/// <summary>
-	/// Summary description for InvalidFileException.
+	/// An exception thrown when the content of a file does not meet the requirements of that file.
 	/// </summary>
 	public class InvalidFileException : Exception
 	{