Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/ProcessWatchImpl/Muffin/CantGetProgramDetailException.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (show annotations) (download)
Tue Dec 15 16:20:54 2009 UTC (14 years, 3 months ago) by netseed
File size: 316 byte(s)


1 using System;
2
3 namespace Toast.NicoNico
4 {
5 public class CantGetProgramDetailException:ApplicationException
6 {
7 public CantGetProgramDetailException(uint id)
8 :base(string.Format("Can't get detail about lv{0}",id))
9 {
10 Id = id;
11 }
12
13 public uint Id
14 {
15 get;
16 private set;
17 }
18
19 }
20 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26