Name

SerializationException

Synopsis

This class contains the exceptions thrown on serialization and deserialization errors.

public class SerializationException : SystemException {
// Public Constructors
   public method SerializationException();  
   public method SerializationException(string message);  
   public method SerializationException(string message, 
        Exception innerException);  
// Protected Constructors
   protected method SerializationException(
        SerializationInfo info, StreamingContext context);  
}

Hierarchy

System.ObjectSystem.Exception(ISerializable)System.SystemExceptionSerializationException

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.