Click or drag to resize
XmlSerializationReaderCreateReadOnlyCollectionException Method
Creates an System.InvalidOperationException that indicates that a SOAP-encoded collection type cannot be modified and its values cannot be filled in.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected Exception CreateReadOnlyCollectionException(
	string name
)

Parameters

name
Type: SystemString
The fully qualified name of the .NET Framework type for which there is a mapping.

Return Value

Type: Exception
An System.InvalidOperationException exception.
See Also