public MSNErrorEventArgs(MSNError error)
 {
     this.Error = error;
 }
 public MSNErrorEventArgs(MSNError error)
 {
     this.Error = error;
 }
Example #3
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public MSNErrorEventArgs(MSNError msnError, string description)
 {
     this.msnError    = msnError;
     this.description = description;
 }