Click or drag to resize
XmlSerializationReaderCreateAbstractTypeException Method
Creates an System.InvalidOperationException that indicates that an object being deserialized should be abstract.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
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: Exception
An System.InvalidOperationException exception.
See Also