3 instantiations of WindowsInstallerException
Microsoft.Win32.Msi (1)
WindowsInstaller.cs (1)
142
throw new
WindowsInstallerException
(unchecked((int)error));
Microsoft.Win32.Msi.Manual.Tests (1)
Program.cs (1)
91
throw new
WindowsInstallerException
((int)error);
Microsoft.Win32.Msi.Tests (1)
WindowsInstallerExceptionTests.cs (1)
13
WindowsInstallerException e =
new
(unchecked((int)errorCode));
2 references to WindowsInstallerException
dotnet (1)
Commands\Workload\Install\NetSdkMsiInstallerClient.InstallRecords.cs (1)
178
catch (
WindowsInstallerException
)
Microsoft.Win32.Msi.Tests (1)
WindowsInstallerExceptionTests.cs (1)
13
WindowsInstallerException
e = new(unchecked((int)errorCode));