XmlSerializationWriter::CreateChoiceIdentifierValueException Method (String^, String^, String^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates an InvalidOperationException that indicates an unexpected name for an element that adheres to an XML Schema choice element declaration.
Assembly: System.Xml (in System.Xml.dll)
protected: Exception^ CreateChoiceIdentifierValueException( String^ value, String^ identifier, String^ name, String^ ns )
Parameters
- value
-
Type:
System::String^
The name that is not valid.
- identifier
-
Type:
System::String^
The choice element declaration that the name belongs to.
- name
-
Type:
System::String^
The expected local name of an element.
- ns
-
Type:
System::String^
The expected namespace of an element.
The protected members of XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: