BlipFace.Presenter.LoginPresenter.ComCantCommunicate C# (CSharp) Method

ComCantCommunicate() private method

private ComCantCommunicate ( object sender, CommunicationErrorEventArgs e ) : void
sender object
e BlipFace.Service.Communication.CommunicationErrorEventArgs
return void
        void ComCantCommunicate(object sender, CommunicationErrorEventArgs e)
        {
            _view.Authorize = false;

            _view.Error = "Nie mogę się połączyć z blipem, HttpCode="+e.Message;
        }