Browse Subversion Repository
Diff of /branches/ProcessWatchImpl/Muffin/CantGetProgramDetailException.cs
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|