Table of Contents

Class SerializationException

Namespace
System.Runtime.Serialization
Assembly
System.Runtime.Serialization.dll

The exception thrown when an error occurs during serialization or deserialization.

public class SerializationException : Exception
Inheritance
SerializationException
Inherited Members
Extension Methods

Constructors

SerializationException()

public SerializationException()

Fields

Type

The type for which deserialization has failed.

public Type Type

Field Value

Type