XmlSerializationWriter::CreateChoiceIdentifierValueException Method (String^, String^, String^, String^)

 

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.

Namespace:   System.Xml.Serialization
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.

Return Value

Type: System::Exception^

The newly created exception.

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
Return to top
Show: