public EasConnectFailedException(string connectStatus, string httpStatus, string smtpAddress, Exception innerException) : base(MrsStrings.EasConnectFailed(connectStatus, httpStatus, smtpAddress), innerException)
 {
     this.connectStatus = connectStatus;
     this.httpStatus    = httpStatus;
     this.smtpAddress   = smtpAddress;
 }