コード例 #1
0
ファイル: NotificationTest.cs プロジェクト: timfel/meet4xmas
 public void HttpChannelErrorOccurred(object sender, NotificationChannelErrorEventArgs e)
 {
     result = e.ToString();
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: rikdodsworth/tweeta
 void channel_ErrorOccurred(object sender, NotificationChannelErrorEventArgs e)
 {
     Debug.WriteLine(e.ToString());
 }