ExtensionElement Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the ExtensionElement class with a specified name and type.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- name
-
Type:
System::String^
A unique name of this configuration element.
- type
-
Type:
System::String^
The type of this configuration element.
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null or empty. -or- name is null or empty. |
.NET Framework
Available since 3.0
Available since 3.0
Show: