12 references to ExitOnFailure
dotnet (12)
Commands\Workload\Install\MsiInstallerBase.cs (10)
182ExitOnFailure(response, "Failed to repair MSI."); 218ExitOnFailure(response, "Failed to update install mode."); 247ExitOnFailure(response, "Failed to update install mode."); 269ExitOnFailure(response, "Failed to record workload set version in GC Roots file."); 297ExitOnFailure(response, "Failed to get global.json GC roots"); 334ExitOnFailure(response, "Failed to install MSI."); 367ExitOnFailure(response, "Failed to uninstall MSI."); 536ExitOnFailure(response, $"Failed to update dependent, providerKey: {providerKeyName}, dependent: {dependent}."); 572ExitOnFailure(response, $"Failed to remove install state file: {path}"); 603ExitOnFailure(respone, $"Failed to write install state file: {path}");
Commands\Workload\Install\WorkloadInstallRecords\RegistryWorkloadInstallationRecordRepository.cs (2)
64ExitOnFailure(response, "Failed to delete workload record key."); 114ExitOnFailure(response, "Failed to write workload record key.");