August 2003
Intermediate to advanced
928 pages
32h 1m
English
SerializationException
This class contains the exceptions thrown on serialization and deserialization errors.
public class SerializationException : SystemException { // Public Constructors public SerializationException( ); public SerializationException(stringmessage); public SerializationException(stringmessage, ExceptioninnerException); // Protected Constructors protected SerializationException(SerializationInfoinfo, StreamingContextcontext); }
System.Object
→
System.Exception(ISerializable)
→
System.SystemException
→
SerializationException