Skip to content

Commit

Permalink
show fetch error
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjia2107 committed Aug 19, 2020
1 parent 53d1747 commit 17b0b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XamlViewer/ViewModels/DataViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ private async void Request()
catch(Exception ex)
{
System.Diagnostics.Trace.TraceError("[ Http GetString ] " + XamlUtil.Common.Common.GetExceptionStringFormat(ex));
_dialogService.ShowMessage(ex.Message, MessageButton.OK, MessageType.Error);
}
finally
{
Expand Down

0 comments on commit 17b0b92

Please sign in to comment.