MergeException Constructor (msg)

Microsoft Deployment Tools

Deployment Tools Foundation MergeException Constructor (msg)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerMergeExceptionMergeException(String)
Creates a new MergeException with a specified error message.
Declaration Syntax
C# Visual Basic Visual C++
public MergeException(
	string msg
)
Public Sub New ( _
	msg As String _
)
public:
MergeException(
	String^ msg
)
Parameters
msg (String)
The message that describes the error.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)