Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the
 /// WebSiteUpdateConfigurationParameters class with required arguments.
 /// </summary>
 public WebSiteUpdateConfigurationParameters(WebSiteUpdateConfigurationDetails properties, string location)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     if (location == null)
     {
         throw new ArgumentNullException("location");
     }
     this.Properties = properties;
     this.Location   = location;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// WebSiteUpdateConfigurationParameters class with required arguments.
 /// </summary>
 public WebSiteUpdateConfigurationParameters(WebSiteUpdateConfigurationDetails properties, string location)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     if (location == null)
     {
         throw new ArgumentNullException("location");
     }
     this.Properties = properties;
     this.Location = location;
 }