コード例 #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.Quoter() + " : " + e.Message.Quoter();
 }
コード例 #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.Quoter() + " : " + e.Message.Quoter();
 }