xenadmin/XenAdmin/Wizards/PatchingWizard
Mihaela Stoica 6b26093303 CA-242918: Improve the exception shown in XenCenter if the hotfix upload fails
When a TargetInvocationException is raised, its InnerException property holds the underlying exception, which is what we should display.
Also ellipsise the action description (which could be an error thrown by the upload action) that is displayed on the Upload page.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-03-16 11:41:14 +00:00
..
PlanActions CA-244687: XSINT71E003 asks user to restart toolstack after installing hotfixes using Batch hotfixing 2017-03-01 12:05:44 +00:00
PatchingWizard_AutomatedUpdatesPage.cs CA-244687: Install Updates Wizard: Automated mode: bugfix for omitted after-apply-guidances 2017-03-01 13:10:45 +00:00
PatchingWizard_AutomatedUpdatesPage.designer.cs CP-20065: Change "Automatic Update" to "Automated Updates" 2016-12-10 14:44:15 +00:00
PatchingWizard_AutomatedUpdatesPage.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
PatchingWizard_AutomatedUpdatesPage.resx CP-20065: Change "Automatic Update" to "Automated Updates" 2016-12-10 14:44:15 +00:00
PatchingWizard_AutomatedUpdatesPage.zh-CN.resx CP-20065: Change "Automatic Update" to "Automated Updates" 2016-12-10 14:44:15 +00:00
PatchingWizard_FirstPage.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
PatchingWizard_FirstPage.Designer.cs CP-15713: UI: Change Before You Start page 2016-05-04 12:25:38 +01:00
PatchingWizard_FirstPage.ja.resx L10N:Translations check-ins 2016-12-02 20:13:49 +05:30
PatchingWizard_FirstPage.resx CP-15713: UI: Change Before You Start page 2016-05-04 12:25:38 +01:00
PatchingWizard_FirstPage.zh-CN.resx L10N:Translations check-ins 2016-12-02 20:13:49 +05:30
PatchingWizard_ModePage.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
PatchingWizard_ModePage.Designer.cs [CA-227845] Fixing problems caused by tooltip container on hotfix wizard mode page 2016-11-04 17:09:52 +00:00
PatchingWizard_ModePage.ja.resx L10N: Translation Changes & VMSS updates CP-20708 2017-02-14 03:27:38 +00:00
PatchingWizard_ModePage.resx [CA-227845] Fixing problems caused by tooltip container on hotfix wizard mode page 2016-11-04 17:09:52 +00:00
PatchingWizard_ModePage.zh-CN.resx L10N: Translation Changes & VMSS updates CP-20708 2017-02-14 03:27:38 +00:00
PatchingWizard_PatchingPage.cs CA-238265: Add the action title to the error message displayed on the Install Update page of the patching wizard. 2017-02-06 13:04:07 +00:00
PatchingWizard_PatchingPage.designer.cs CA-175498: [HFP Tardy] Error "Remove the patch backup files" when patch-apply fails and user tries to re-apply the patch is not shown on XC. 2016-03-01 16:06:42 +00:00
PatchingWizard_PatchingPage.ja.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
PatchingWizard_PatchingPage.resx CA-238265: Add the action title to the error message displayed on the Install Update page of the patching wizard. 2017-02-06 13:04:07 +00:00
PatchingWizard_PatchingPage.zh-CN.resx L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
PatchingWizard_PrecheckPage.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
PatchingWizard_PrecheckPage.Designer.cs Set checkbox state in the designer and not in the constructor to avoid starting 2016-08-19 15:45:16 +01:00
PatchingWizard_PrecheckPage.ja.resx L10N: Ely:Translation check-ins 2016-09-15 16:47:31 +05:30
PatchingWizard_PrecheckPage.resx CA-210551: Non-modal action progress bar on the Pre-Checks page of the Hotfix and RPU wizards 2016-08-12 13:27:47 +01:00
PatchingWizard_PrecheckPage.zh-CN.resx L10N: Ely:Translation check-ins 2016-09-15 16:47:31 +05:30
PatchingWizard_SelectPatchPage.cs CA-245345: XenCenter doesn't mark a host as unapplicable when an update is installed via "Select update from disk" option 2017-02-27 16:43:02 +00:00
PatchingWizard_SelectPatchPage.Designer.cs CP-20065: Change "Automatic Update" to "Automated Updates" 2016-12-10 14:44:15 +00:00
PatchingWizard_SelectPatchPage.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
PatchingWizard_SelectPatchPage.resx CP-20065: Change "Automatic Update" to "Automated Updates" 2016-12-12 18:12:01 +00:00
PatchingWizard_SelectPatchPage.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
PatchingWizard_SelectServers.cs CA-236104: Do not allow pre and post Ely servers to be selected at the same time when the user browsed for an iso update or supplemental pack. 2017-02-28 14:29:59 +00:00
PatchingWizard_SelectServers.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PatchingWizard_SelectServers.ja.resx L10N: Translation Changes & VMSS updates CP-20708 2017-02-14 03:27:38 +00:00
PatchingWizard_SelectServers.resx CA-239210: Fixed the tab order on the Select Servers page 2017-01-11 11:48:58 +00:00
PatchingWizard_SelectServers.zh-CN.resx L10N: Translation Changes & VMSS updates CP-20708 2017-02-14 03:27:38 +00:00
PatchingWizard_UploadPage.cs CA-242918: Improve the exception shown in XenCenter if the hotfix upload fails 2017-03-16 11:41:14 +00:00
PatchingWizard_UploadPage.Designer.cs CA-242918: Improve the exception shown in XenCenter if the hotfix upload fails 2017-03-16 11:41:14 +00:00
PatchingWizard_UploadPage.ja.resx CA-227274: Fix CN and JP version process lable size 2016-11-02 18:05:36 +08:00
PatchingWizard_UploadPage.resx CP-16012: Rename branding variables 2016-02-10 11:52:30 +00:00
PatchingWizard_UploadPage.zh-CN.resx CA-227274: Fix CN and JP version process lable size 2016-11-02 18:05:36 +08:00
PatchingWizard.cs Merge pull request #1397 from letsboogey/master 2017-01-23 12:51:03 +00:00
PatchingWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PatchingWizard.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
PatchingWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PatchingWizard.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
PatchingWizardModeGuidanceBuilder.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
UpdateProgressBackgroundWorker.cs CA-244687: XSINT71E003 asks user to restart toolstack after installing hotfixes using Batch hotfixing 2017-03-01 12:05:44 +00:00
UpgradeProgressDescriptor.cs CA-176169: Added copyright statement to files which it was missing from 2017-01-16 20:14:56 +00:00