Exception used for indication an exception during datatransfer to the server like a connection timeout. ( => Try again later )
Inheritance: System.Exception
 internal async Task HandleNetworkError(WebTransferException wte) {
     await new MessageDialog(LocalizedStrings.LocalizedResources.AuthNoInternet).ShowAsync();
 }
 internal void HandleNetworkError(WebTransferException wte)
 {
     MessageBox.Show(LocalizedStrings.LocalizedResources.AuthNoInternet);
 }