Click or drag to resize
XmlSerializationReaderCreateUnknownNodeException Method
Creates an System.InvalidOperationException that indicates that the current position of System.Xml.XmlReader represents an unknown XML node.

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

Return Value

Type: Exception
An System.InvalidOperationException exception.
See Also