Exception that will be thrown by the Deserialize<(Of <<'(T>)>>)(IParseContext, XObject) method and the like to indicate that the deserialization failed.

Namespace: yWorks.yFiles.GraphML.Parser
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
[SerializableAttribute]
public class DeserializationNotSupportedException : IOException
Visual Basic
<SerializableAttribute> _
Public Class DeserializationNotSupportedException _
	Inherits IOException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        yWorks.yFiles.GraphML.Parser..::..DeserializationNotSupportedException

See Also