示例#1
0
 internal ErrorNotificationEventArgs(BitsJob job, BitsError error)
     : base(job)
 {
     this.error = error;
 }
示例#2
0
 internal JobErrorNotificationEventArgs(BitsError error)
     : base()
 {
     this.error = error;
 }