Mercurial > repos > IBBoard
comparison IO/InvalidFileException.cs @ 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 | 0352fa33ee8f |
children | cc7fae81afec |
comparison
equal
deleted
inserted
replaced
19:711807b9155a | 20:855b4903b256 |
---|---|
5 using System; | 5 using System; |
6 | 6 |
7 namespace IBBoard.IO | 7 namespace IBBoard.IO |
8 { | 8 { |
9 /// <summary> | 9 /// <summary> |
10 /// Summary description for InvalidFileException. | 10 /// An exception thrown when the content of a file does not meet the requirements of that file. |
11 /// </summary> | 11 /// </summary> |
12 public class InvalidFileException : Exception | 12 public class InvalidFileException : Exception |
13 { | 13 { |
14 public InvalidFileException() : base() {} | 14 public InvalidFileException() : base() {} |
15 | 15 |