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