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