3 references to WindowsInstallerException
Microsoft.Win32.Msi (1)
WindowsInstaller.cs (1)
142throw new WindowsInstallerException(unchecked((int)error));
Microsoft.Win32.Msi.Manual.Tests (1)
Program.cs (1)
91throw new WindowsInstallerException((int)error);
Microsoft.Win32.Msi.Tests (1)
WindowsInstallerExceptionTests.cs (1)
13WindowsInstallerException e = new(unchecked((int)errorCode));