示例#1
0
 public BitsException(BitsError error)
 {
     Error = error;
 }
示例#2
0
 internal ErrorNotificationEventArgs(BitsJob job, BitsError error)
     : base(job)
 {
     this.error = error;
 }
示例#3
0
 internal JobErrorNotificationEventArgs(BitsError error)
     : base()
 {
     this.error = error;
 }
 public UpdateErrorEventArgs(BitsError error)
 {
     Description = error.Description;
     Code = error.ErrorCode;
 }      
示例#5
0
 internal ErrorNotificationEventArgs(BitsJob job, BitsError error)
     : base(job)
 {
     this.error = error;
 }
示例#6
0
 internal JobErrorNotificationEventArgs(BitsError error)
     : base()
 {
     this.error = error;
 }