Example #1
0
 private void handleOperationException(BackupOperationException e)
 {
     this.WarningOccurred = true;
     this.Logger.Warn(e.Message);
 }
Example #2
0
 private void handleOperationException(BackupOperationException e) {
     this.WarningOccurred = true;
     this.Logger.Warn(e.Message);
 }