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.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax 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:
ExceptionAn System.InvalidOperationException exception.
See Also