XmlnsDefinitionAttribute Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the XmlnsDefinitionAttribute class, initializing XmlNamespace and ClrNamespace properties.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- xmlNamespace
-
Type:
System::String^
A String that contains the value for XmlNamespace.
- clrNamespace
-
Type:
System::String^
A String that contains the value for ClrNamespace.
| Exception | Condition |
|---|---|
| ArgumentNullException | xmlNamespace is a null reference (Nothing in Visual Basic). |
| ArgumentNullException | clrNamespace is a null reference (Nothing). |
.NET Framework
Available since 3.0
Available since 3.0
Show: