March 2002
Intermediate to advanced
864 pages
31h 8m
English
SerializationException
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); }
System.Object→System.Exception(ISerializable)→System.SystemException→SerializationException