TBD: Represents an exception that occurred during serialization.

Namespace:  C1.C1Preview.Serialization
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class SerializeException : SerializeExceptionBase
Visual Basic
Public Class SerializeException _
	Inherits SerializeExceptionBase

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    C1.C1Preview.Serialization..::..SerializeExceptionBase
      C1.C1Preview.Serialization..::..SerializeException

See Also