BlipFace.Presenter.LoginPresenter.ComCantCommunicate C# (CSharp) 메소드

ComCantCommunicate() 개인적인 메소드

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

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