aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-01-14 13:55:48 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-01-14 13:55:48 +0200
commite852921ea5399f228c804e999847277005f76e62 (patch)
tree238cd21afe8e0f78a7491fc406d30b46ff04427f /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher
parent68bface724098204e20fecbac745d30a1b6fc52d (diff)
downloadTango-e852921ea5399f228c804e999847277005f76e62.tar.gz
Tango-e852921ea5399f228c804e999847277005f76e62.zip
Machine Studio v4.0.1.0
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindowVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindowVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindowVM.cs
index 8d37a2b8d..6cfa96a18 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindowVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Publisher/MainWindowVM.cs
@@ -226,7 +226,7 @@ namespace Tango.MachineStudio.Publisher
}
catch (Exception ex)
{
- ShowError(ex.Message.ToString());
+ ShowError(ex.FlattenMessage());
}
finally
{