Browse Subversion Repository
Diff of /branches/ProcessWatchImpl/Bagel/TwitterWriteFailedEventArgs.cs
Parent Directory
| Revision Log
| Patch
| 6 |
{ |
{ |
| 7 |
public TwitterWriteFailedEventArgs(string message, Exception causeException) |
public TwitterWriteFailedEventArgs(string message, Exception causeException) |
| 8 |
{ |
{ |
| 9 |
this.Message = message; |
Message = message; |
| 10 |
this.CauseException = causeException; |
CauseException = causeException; |
| 11 |
} |
} |
| 12 |
|
|
| 13 |
public Exception CauseException |
public Exception CauseException |
|
|
Legend:
| Removed from v.43 |
|
| changed lines |
| |
Added in v.44 |
|
|
|