InstallerException Constructor (msg)

DTF API

Copy image CopyHover image
Deployment Tools Foundation InstallerException Constructor (msg)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallerExceptionInstallerException(String)
Creates a new InstallerException with a specified error message.
Declaration Syntax
C# Visual Basic Visual C++ F#
public InstallerException(
	string msg
)
Public Sub New ( 
	msg As String
)
public:
InstallerException(
	String^ msg
)
new : 
        msg : string -> InstallerException
Parameters
msg (String)
The message that describes the error.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)