Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ProcessWatchImpl/Bagel/TwitterWriteFailedEventArgs.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 6  namespace Toast.IsolationLayer Line 6  namespace Toast.IsolationLayer
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

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