XmlElementElement::Copy Method (XmlElementElement^)
.NET Framework (current version)
Copies the content of the specified XmlElement to this instance.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- source
-
Type:
System.ServiceModel.Configuration::XmlElementElement^
The XmlElement to copy from.
| Exception | Condition |
|---|---|
| ArgumentNullException | source is null. |
| ConfigurationErrorsException | The configuration file is read-only. |
.NET Framework
Available since 3.0
Available since 3.0
Show: