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.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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