XmlSerializationReaderCreateAbstractTypeException Method |
Creates an System.InvalidOperationException that indicates that an object
being deserialized should be abstract.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected Exception CreateAbstractTypeException(
string name,
string ns
)
Parameters
- name
- Type: SystemString
The name of the abstract type. - ns
- Type: SystemString
The .NET Framework namespace of the abstract type.
Return Value
Type:
ExceptionAn System.InvalidOperationException exception.
See Also