Shadowsocks.View.MenuViewController.controller_UpdatePACFromGFWListError C# (CSharp) Méthode

controller_UpdatePACFromGFWListError() private méthode

private controller_UpdatePACFromGFWListError ( object sender, System e ) : void
sender object
e System
Résultat void
        void controller_UpdatePACFromGFWListError(object sender, System.IO.ErrorEventArgs e)
        {
            ShowBalloonTip(I18N.GetString("Failed to update PAC file"), e.GetException().Message, ToolTipIcon.Error, 5000);
            Logging.LogUsefulException(e.GetException());
        }
MenuViewController