9using System.Runtime.Serialization;
37 : base(message, inner)
45 protected IOException(SerializationInfo info, StreamingContext context)
IOException(string message)
Constructor with passed message.
IOException(string message, Exception inner)
Constructor with passed message and inner exception.
IOException()
Default constructor.
IOException(SerializationInfo info, StreamingContext context)
Constructor for deserialization purpose.