Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by netseed, Wed Dec 9 12:18:10 2009 UTC revision 44 by netseed, Tue Dec 15 16:20:54 2009 UTC
# Line 7  namespace Toast.NicoNico Line 7  namespace Toast.NicoNico
7                  public CantGetProgramDetailException(uint id)                  public CantGetProgramDetailException(uint id)
8                          :base(string.Format("Can't get detail about lv{0}",id))                          :base(string.Format("Can't get detail about lv{0}",id))
9                  {                  {
10                          this.Id = id;                          Id = id;
11                  }                  }
12    
13                  public uint Id                  public uint Id

Legend:
Removed from v.43  
changed lines
  Added in v.44

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