InstallationException Class

Contains information about an exception raised because of problems with the installation of the application.

Syntax

public class InstallationException : ListMakerException

Public Instance Constructors

Constructor Description
InstallationException() Initializes an instance of the InstallationException class.
InstallationException(string) Initializes an instance of the InstallationException class.
InstallationException(string, Exception) Initializes an instance of the InstallationException class.

Protected Instance Constructors

Constructor Description
InstallationException(SerializationInfo, StreamingContext) Initializes an instance of the InstallationException class.

See Also