Esempio n. 1
0
        public void Project_OnError(object sender, PollingErrorEventArgs e)
        {
            Project         project     = e.Project;
            string          caption     = "Connection Failed for " + project.Name;
            string          description = "URL: " + project.XmlRpcUrl;
            NotifyInfoFlags icon        = NotifyInfoFlags.Error;

            HandleBalloonNotification(caption, description, icon);
        }
Esempio n. 2
0
 private void pollingError(object sauce, PollingErrorEventArgs e)
 {
     Console.WriteLine(e.Exception.Message);
 }