Exemplo n.º 1
0
 /// <summary>
 /// Saves an exception in the deploy error
 /// </summary>
 public override void RegisterArchiveException(Exception e)
 {
     IsOk        = false;
     DeployError = "Problem with the FTP " + PackPath.ProQuoter() + " : \"" + e.Message + "\"";
 }
Exemplo n.º 2
0
 /// <summary>
 /// Saves an exception in the deploy error
 /// </summary>
 public virtual void RegisterArchiveException(Exception e)
 {
     IsOk        = false;
     DeployError = "Problem with the target pack " + PackPath.ProQuoter() + " : \"" + e.Message + "\"";
 }