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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        yWorks.yFiles.GraphML.Writer..::..SerializationNotSupportedException

See Also