InstallReturnCode(InstallReturnCodeStatus, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
InstallReturnCode(Microsoft::Web::PlatformInstaller::InstallReturnCodeStatus status, System::String ^ detailedInformation);
public InstallReturnCode(Microsoft.Web.PlatformInstaller.InstallReturnCodeStatus status, string detailedInformation);
new Microsoft.Web.PlatformInstaller.InstallReturnCode : Microsoft.Web.PlatformInstaller.InstallReturnCodeStatus * string -> Microsoft.Web.PlatformInstaller.InstallReturnCode
Public Sub New (status As InstallReturnCodeStatus, detailedInformation As String)
Parameters
- status
- InstallReturnCodeStatus
- detailedInformation
- String