GetErrorMessage Method (errorRecord)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation GetErrorMessage Method (errorRecord)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallerGetErrorMessage(Record)
Gets a formatted Windows Installer error message in the system default language.
Declaration Syntax
C# Visual Basic Visual C++
public static string GetErrorMessage(
	Record errorRecord
)
Public Shared Function GetErrorMessage ( 
	errorRecord As Record
) As String
public:
static String^ GetErrorMessage(
	Record^ errorRecord
)
Parameters
errorRecord (Record)
Error record containing the error number in the first field, and error-specific parameters in the other fields.
Return Value
String
The message string, or null if the error message is not found.
Remarks

Error numbers greater than 2000 refer to MSI "internal" errors, and are always returned in English.

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