System.Runtime.Serialization.SerializationException Class

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

See Also: SerializationException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class SerializationException : SystemException

Remarks

System.Runtime.Serialization.SerializationException uses the HRESULT COR_E_SERIALIZATION with the value 0x8013150C.

System.Runtime.Serialization.SerializationException uses the default object.Equals(object) implementation, which supports reference equality.

For a list of initial property values for an instance of System.Runtime.Serialization.SerializationException, see the SerializationException.#ctor constructors.

Requirements

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0